summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2021-09-13 13:43:56 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2021-09-13 13:43:56 -0400
commit69e552c1c4a3daaefdafb4ddd6294b83027368b9 (patch)
tree1435266aaf1ffd250892124bba678dd3d642ec88
parent712a8497b4942875346e2c5f52f891b115987831 (diff)
downloadsdl_android-69e552c1c4a3daaefdafb4ddd6294b83027368b9.tar.gz
Try to downgrade mockito to fix the failing tests
-rw-r--r--android/sdl_android/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/sdl_android/build.gradle b/android/sdl_android/build.gradle
index 73665a4b7..1cb6e4229 100644
--- a/android/sdl_android/build.gradle
+++ b/android/sdl_android/build.gradle
@@ -49,9 +49,9 @@ dependencies {
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
testImplementation 'junit:junit:4.12'
- testImplementation 'org.mockito:mockito-core:3.0.0'
- androidTestImplementation 'org.mockito:mockito-core:3.0.0'
- 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'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0'