We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9618e58 commit bcfec33Copy full SHA for bcfec33
1 file changed
android/sdl_android/build.gradle
@@ -46,9 +46,9 @@ dependencies {
46
exclude group: 'com.android.support', module: 'support-annotations'
47
})
48
testImplementation 'junit:junit:4.12'
49
- testImplementation 'org.mockito:mockito-core:3.3.3'
50
- androidTestImplementation 'org.mockito:mockito-core:3.3.3'
51
- androidTestImplementation 'org.mockito:mockito-android:3.3.3'
+ testImplementation 'org.mockito:mockito-core:3.2.4'
+ androidTestImplementation 'org.mockito:mockito-core:3.2.4'
+ androidTestImplementation 'org.mockito:mockito-android:3.2.4'
52
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
53
api 'androidx.annotation:annotation:1.1.0'
54
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
0 commit comments