@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' com.google.firebase.crashlytics'
3
3
4
4
android {
5
- compileSdkVersion 33
5
+ compileSdkVersion 34
6
6
useLibrary ' org.apache.http.legacy'
7
7
8
8
defaultConfig {
9
9
applicationId " org.glpi.inventory.agent"
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
}
14
14
@@ -49,12 +49,12 @@ dependencies {
49
49
50
50
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
51
51
52
- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
53
- androidTestImplementation ' androidx.test:rules:1.5.0 '
54
- androidTestImplementation ' androidx.test:runner:1.5 .2'
52
+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
53
+ androidTestImplementation ' androidx.test:rules:1.6.1 '
54
+ androidTestImplementation ' androidx.test:runner:1.6 .2'
55
55
56
56
/* app restriction */
57
- implementation ' androidx.enterprise:enterprise-feedback:1.0 .0'
57
+ implementation ' androidx.enterprise:enterprise-feedback:1.1 .0'
58
58
59
59
androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
60
60
exclude group : ' com.androidx' , module : ' support-annotations'
@@ -66,27 +66,27 @@ dependencies {
66
66
testImplementation ' org.mockito:mockito-core:2.18.3'
67
67
androidTestImplementation ' org.mockito:mockito-android:2.18.3'
68
68
69
- implementation ' androidx.test.espresso:espresso-idling-resource:3.5 .1'
69
+ implementation ' androidx.test.espresso:espresso-idling-resource:3.6 .1'
70
70
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
71
71
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
72
72
implementation ' androidx.appcompat:appcompat:1.6.1'
73
- implementation ' com.google.android.material:material:1.9 .0'
73
+ implementation ' com.google.android.material:material:1.12 .0'
74
74
implementation ' com.orhanobut:logger:2.2.0'
75
75
implementation ' androidx.multidex:multidex:2.0.1'
76
76
implementation ' androidx.preference:preference:1.2.1'
77
77
implementation ' org.dom4j:dom4j:2.1.3'
78
78
79
79
80
80
// Add the Firebase Crashlytics SDK.
81
- implementation ' com.google.firebase:firebase-crashlytics:18.4.1 '
81
+ implementation ' com.google.firebase:firebase-crashlytics:19.1.0 '
82
82
83
83
// Recommended: Add the Google Analytics SDK.
84
- implementation ' com.google.firebase:firebase-analytics:21.3 .0'
84
+ implementation ' com.google.firebase:firebase-analytics:22.1 .0'
85
85
86
86
87
87
implementation ' com.google.zxing:core:3.3.0'
88
88
89
- testImplementation ' junit:junit:4.12 '
89
+ testImplementation ' junit:junit:4.13.2 '
90
90
}
91
91
92
92
import groovy.json.JsonSlurper
0 commit comments