summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-08-19 16:37:35 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-08-19 16:37:35 -0400
commit1ec8214e5f527e0f5f319c154e36b0bc9940f42b (patch)
treefdfc74d0b21a59a186d8df7bd89f06ef0cf33dd4
parent0279483e5c646ed0bbffa47a76c0c2ce9fe321f3 (diff)
downloadsdl_android-1ec8214e5f527e0f5f319c154e36b0bc9940f42b.tar.gz
Change mockito versionfeature/update_dependencies
-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 ea8b463ce..d35b06c49 100644
--- a/android/sdl_android/build.gradle
+++ b/android/sdl_android/build.gradle
@@ -46,9 +46,9 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testImplementation 'junit:junit:4.12'
- testImplementation 'org.mockito:mockito-core:3.1.0'
- androidTestImplementation 'org.mockito:mockito-core:3.1.0'
- androidTestImplementation 'org.mockito:mockito-android:3.1.0'
+ testImplementation 'org.mockito:mockito-core:3.0.0'
+ androidTestImplementation 'org.mockito:mockito-core:3.0.0'
+ androidTestImplementation 'org.mockito:mockito-android:3.0.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
api 'androidx.annotation:annotation:1.1.0'
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'