File tree 7 files changed +2
-27
lines changed
7 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,10 @@ dependencies {
85
85
implementation " androidx.annotation:annotation:$annotations_ver "
86
86
87
87
testImplementation " junit:junit:$junit_ver "
88
- testImplementation " org.mockito:mockito-core:3.6.28 "
88
+ testImplementation " org.mockito:mockito-core:$m ockito_ver_sdk_module "
89
89
90
90
testImplementation " org.powermock:powermock-module-junit4:$powermock_ver "
91
91
testImplementation " org.powermock:powermock-api-mockito2:$powermock_ver "
92
- // testImplementation "org.powermock:powermock-core:$powermock_ver"
93
92
testImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
94
93
95
94
androidTestImplementation " androidx.work:work-testing:$work_runtime "
@@ -102,9 +101,6 @@ dependencies {
102
101
103
102
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
104
103
androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
105
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker:$dexmaker_ver"
106
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver"
107
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver"
108
104
androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
109
105
androidTestImplementation " com.google.code.gson:gson:$gson_ver "
110
106
androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
Original file line number Diff line number Diff line change 77
77
annotations_ver = " 1.2.0"
78
78
junit_ver = " 4.12"
79
79
mockito_ver = " 4.11.0"
80
- // mockito_ver = "4.9.0"
81
- // mockito_ver = "2.8.9"
82
- // mockito_ver = " 2.1.0"
83
- // mockito_ver = "1.10.19"
80
+ mockito_ver_sdk_module = " 3.6.28"
84
81
powermock_ver = " 2.0.9"
85
82
support_test_runner_ver = " 0.5"
86
83
dexmaker_ver = " 1.4"
Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ dependencies {
65
65
66
66
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
67
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"
71
68
androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
72
69
androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
73
70
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ dependencies {
60
60
testImplementation " junit:junit:$junit_ver "
61
61
testImplementation " org.mockito:mockito-core:$mockito_ver "
62
62
testImplementation " org.mockito:mockito-inline:$mockito_ver "
63
- // testImplementation "org.powermock:powermock-module-junit4:$powermock_ver"
64
- // testImplementation "org.powermock:powermock-api-mockito2:$powermock_ver"
65
63
testImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
66
64
67
65
androidTestImplementation " androidx.work:work-testing:$work_runtime "
@@ -74,9 +72,6 @@ dependencies {
74
72
75
73
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
76
74
androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
77
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker:$dexmaker_ver"
78
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver"
79
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver"
80
75
androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
81
76
androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
82
77
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ dependencies {
60
60
61
61
testImplementation " junit:junit:$junit_ver "
62
62
testImplementation " org.mockito:mockito-core:$mockito_ver "
63
- // testImplementation "org.mockito.kotlin:mockito-kotlin:$mockito_ver"
64
63
65
64
compileOnly " com.noveogroup.android:android-logger:$android_logger_ver "
66
65
@@ -75,7 +74,4 @@ dependencies {
75
74
76
75
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
77
76
androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
78
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker:$dexmaker_ver"
79
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver"
80
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver"
81
77
}
Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ dependencies {
76
76
77
77
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
78
78
androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
79
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker:$dexmaker_ver"
80
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver"
81
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver"
82
79
androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
83
80
androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
84
81
}
Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ dependencies {
66
66
67
67
androidTestImplementation " org.mockito:mockito-core:$mockito_ver "
68
68
androidTestImplementation " org.mockito:mockito-android:$mockito_ver "
69
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker:$dexmaker_ver"
70
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-dx:$dexmaker_ver"
71
- // androidTestImplementation "com.crittercism.dexmaker:dexmaker-mockito:$dexmaker_ver"
72
69
androidTestImplementation " com.noveogroup.android:android-logger:$android_logger_ver "
73
70
androidTestImplementation " com.fasterxml.jackson.core:jackson-databind:$jacksonversion "
74
71
}
You can’t perform that action at this time.
0 commit comments