Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
siddarthkay committed Mar 16, 2024
1 parent c64668b commit 034f02e
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
@@ -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"

0 comments on commit 034f02e

Please sign in to comment.