File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,10 @@ dependencies {
64
64
androidTestImplementation " androidx.test:core-ktx:$androidx_test_core "
65
65
66
66
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
67
- androidTestImplementation " com.crittercism.dexmaker:dexmaker:$dexmaker_ver "
68
- androidTestImplementation " com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver "
69
- androidTestImplementation " com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver "
67
+ androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
68
+ // androidTestImplementation "com.crittercism.dexmaker:dexmaker:$dexmaker_ver"
69
+ // androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver"
70
+ // androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver"
70
71
androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
71
72
androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
72
73
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
You can’t perform that action at this time.
0 commit comments