File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ android {
10
10
minSdkVersion 21
11
11
targetSdkVersion 34
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
+ multiDexEnabled true
13
14
}
14
15
15
16
testOptions {
@@ -28,19 +29,10 @@ android {
28
29
}
29
30
}
30
31
31
- dexOptions {
32
- preDexLibraries true
33
- maxProcessCount 8
34
- }
35
-
36
32
namespace ' org.glpi.inventory.agent'
37
33
lint {
38
34
abortOnError false
39
35
}
40
-
41
- defaultConfig {
42
- multiDexEnabled true
43
- }
44
36
}
45
37
46
38
dependencies {
@@ -63,8 +55,8 @@ dependencies {
63
55
64
56
androidTestImplementation ' tools.fastlane:screengrab:2.1.1'
65
57
66
- testImplementation ' org.mockito:mockito-android:5.14 .1' // Use the latest
67
- androidTestImplementation ' org.mockito:mockito-android:5.14 .1'
58
+ testImplementation ' org.mockito:mockito-android:4.8 .1' // Use the latest version
59
+ androidTestImplementation ' org.mockito:mockito-android:4.8 .1'
68
60
69
61
implementation ' androidx.test.espresso:espresso-idling-resource:3.6.1'
70
62
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
You can’t perform that action at this time.
0 commit comments