Skip to content

Commit

Permalink
fix(exploredash): use robolectric 4.13 (supports Android SDK 34)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 7, 2024
1 parent c972562 commit 95fa92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/exploredash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion"
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoVersion"
testImplementation "androidx.arch.core:core-testing:$coreTestingVersion"
testImplementation "org.robolectric:robolectric:4.9.2"
testImplementation "org.robolectric:robolectric:4.13"
testImplementation "androidx.room:room-testing:$roomVersion"

androidTestImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoVersion"
Expand Down

0 comments on commit 95fa92c

Please sign in to comment.