Skip to content

Commit 71dc383

Browse files
Revert last chnage
1 parent 69e552c commit 71dc383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/sdl_android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ dependencies {
4949
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
5050

5151
testImplementation 'junit:junit:4.12'
52-
testImplementation 'org.mockito:mockito-core:2.17.0'
53-
androidTestImplementation 'org.mockito:mockito-core:2.17.0'
54-
androidTestImplementation 'org.mockito:mockito-android:2.17.0'
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'
5555
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
5656
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
5757
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0'

0 commit comments

Comments
 (0)