We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207fed2 + c76021e commit 5e59618Copy full SHA for 5e59618
app/build.gradle
@@ -70,8 +70,8 @@ dependencies {
70
exclude group: 'com.google.code.findbugs'
71
})
72
testImplementation 'junit:junit:4.13.2'
73
- testImplementation 'org.mockito:mockito-core:4.8.0'
74
- testImplementation 'org.robolectric:robolectric:4.9'
+ testImplementation 'org.mockito:mockito-core:5.18.0'
+ testImplementation 'org.robolectric:robolectric:4.15.1'
75
testImplementation 'androidx.test:core:1.5.0'
76
testImplementation 'androidx.test.ext:junit:1.1.5'
77
0 commit comments