Skip to content

Commit

Permalink
chore: bump robolectric to 4.13
Browse files Browse the repository at this point in the history
It seems like the current version doesn't support Java 17
  • Loading branch information
thatfiredev committed Sep 2, 2024
1 parent 9bbaa23 commit fb0d29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object Config {
const val junitExt = "androidx.test.ext:junit:1.1.2"
const val truth = "com.google.truth:truth:0.42"
const val mockito = "org.mockito:mockito-android:2.21.0"
const val robolectric = "org.robolectric:robolectric:4.3.1"
const val robolectric = "org.robolectric:robolectric:4.13"

const val core = "androidx.test:core:1.6.1"
const val archCoreTesting = "androidx.arch.core:core-testing:2.1.0"
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ org.gradle.caching=true

android.useAndroidX=true
android.enableJetifier=true
# Temporary added to ignore list as suggested in https://issuetracker.google.com/issues/346686142
# TODO: remove this once we disable Jetifier completely
android.jetifier.ignorelist=bcprov-jdk18on-1.78.1.jar
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
Expand Down

0 comments on commit fb0d29d

Please sign in to comment.