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.
1 parent c7287b6 commit 66dc963Copy full SHA for 66dc963
testutils/build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
implementation fileTree(dir: 'libs', include: ['*.jar'])
51
compileOnly project(':android-core')
52
compileOnly project(':android-kit-base')
53
- compileOnly 'org.mockito:mockito-android:4.9.0'
+ compileOnly 'org.mockito:mockito-android:5.8.0'
54
55
api 'androidx.annotation:annotation:1.5.0'
56
api 'androidx.test.ext:junit:1.1.4'
0 commit comments