File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ dependencies {
68
68
testImplementation ' com.squareup.okhttp3:mockwebserver:3.12.1'
69
69
testImplementation " org.powermock:powermock-module-junit4:2.0.0-beta.5"
70
70
testImplementation " org.powermock:powermock-api-mockito2:2.0.0-beta.5"
71
+ testImplementation ' org.mockito:mockito-core:2.23.0'
71
72
72
73
// Android testing
73
74
androidTestImplementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION "
@@ -78,7 +79,6 @@ dependencies {
78
79
androidTestImplementation ' androidx.test:rules:1.2.0'
79
80
androidTestImplementation ' androidx.annotation:annotation:1.1.0'
80
81
androidTestImplementation ' com.squareup.okhttp3:mockwebserver:3.12.1'
81
- androidTestImplementation ' org.mockito:mockito-core:2.13.0'
82
82
androidTestUtil ' androidx.test:orchestrator:1.2.0'
83
83
84
84
// Debugging
You can’t perform that action at this time.
0 commit comments