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 {
6464 androidTestImplementation " androidx.test:core-ktx:$androidx_test_core "
6565
6666 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"
7071 androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
7172 androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
7273 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
You can’t perform that action at this time.
0 commit comments