Skip to content

Commit

Permalink
chore: bump robolectric & mockito
Browse files Browse the repository at this point in the history
These upgrades are needed to deal get playground app to work with java 17
  • Loading branch information
siddarthkay committed Jan 16, 2024
1 parent 32455b5 commit 10593c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ dependencies {
if("Playground".toLowerCase() == rootProject.name.toLowerCase()){
// tests only for our playground
testImplementation 'junit:junit:4.13.2'
testImplementation "org.robolectric:robolectric:4.7.2"
testImplementation "org.robolectric:robolectric:4.11.1"
testImplementation 'org.assertj:assertj-core:3.11.1'
testImplementation 'org.mockito:mockito-core:4.0.0'
testImplementation 'org.mockito:mockito-core:5.0.0'
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
testImplementation 'org.mockito:mockito-inline:3.4.0'
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
Expand Down

0 comments on commit 10593c5

Please sign in to comment.