We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b767b commit e06ac5fCopy full SHA for e06ac5f
app/build.gradle
@@ -63,8 +63,8 @@ dependencies {
63
64
androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
65
66
- testImplementation 'org.mockito:mockito-core:2.18.3'
67
- androidTestImplementation 'org.mockito:mockito-android:2.18.3'
+ testImplementation 'org.mockito:mockito-android:5.14.1' // Use the latest
+ androidTestImplementation 'org.mockito:mockito-android:5.14.1'
68
69
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
70
implementation fileTree(dir: 'libs', include: ['*.jar'])
0 commit comments