File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ android {
34
34
packagingOptions {
35
35
pickFirst ' META-INF/AL2.0'
36
36
pickFirst ' META-INF/LGPL2.1'
37
+ pickFirst " win32-x86-64/attach_hotspot_windows.dll"
38
+ pickFirst " win32-x86/attach_hotspot_windows.dll"
39
+ pickFirst " META-INF/licenses/ASM"
37
40
}
38
41
}
39
42
@@ -76,6 +79,7 @@ dependencies {
76
79
androidTestImplementation " androidx.test.ext:junit:$androidXTestExtKotlinRunnerVersion "
77
80
androidTestImplementation " androidx.test.espresso:espresso-core:$espressoVersion "
78
81
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion "
82
+ androidTestImplementation " org.mockito:mockito-core:$mockitoVersion "
79
83
80
84
// Kotlin
81
85
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion "
Original file line number Diff line number Diff line change 55
55
timberVersion = ' 4.7.1'
56
56
truthVersion = ' 1.1.2'
57
57
fragmentVersion = ' 1.4.1'
58
+ mockitoVersion = ' 4.11.0'
59
+ dexMakerVersion = ' 3.3.3'
58
60
}
You can’t perform that action at this time.
0 commit comments