We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712a849 commit 69e552cCopy full SHA for 69e552c
1 file changed
android/sdl_android/build.gradle
@@ -49,9 +49,9 @@ dependencies {
49
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
50
51
testImplementation 'junit:junit:4.12'
52
- testImplementation 'org.mockito:mockito-core:3.0.0'
53
- androidTestImplementation 'org.mockito:mockito-core:3.0.0'
54
- androidTestImplementation 'org.mockito:mockito-android:3.0.0'
+ testImplementation 'org.mockito:mockito-core:2.17.0'
+ androidTestImplementation 'org.mockito:mockito-core:2.17.0'
+ androidTestImplementation 'org.mockito:mockito-android:2.17.0'
55
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
56
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
57
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0'
0 commit comments