Skip to content

Commit

Permalink
Update Robolectric to support sdk35
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarta committed Feb 12, 2025
1 parent 03b8519 commit be0e1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {
testImplementation("androidx.arch.core:core-testing:2.2.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.robolectric:robolectric:4.13")
testImplementation("org.robolectric:robolectric:4.14.1")
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
Expand Down
2 changes: 1 addition & 1 deletion navigation-fragments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
testImplementation("androidx.test:core:1.6.1") // Robolectric
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("androidx.navigation:navigation-testing:2.8.6")
testImplementation("org.robolectric:robolectric:4.13")
testImplementation("org.robolectric:robolectric:4.14.1")
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("com.nhaarman:mockito-kotlin:1.6.0")
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit be0e1ce

Please sign in to comment.