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