Skip to content

Commit 3853012

Browse files
committed
Feat(Build): move to SDK 34
1 parent 331d22e commit 3853012

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

app/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22
apply plugin: 'com.google.firebase.crashlytics'
33

44
android {
5-
compileSdkVersion 33
5+
compileSdkVersion 34
66
useLibrary 'org.apache.http.legacy'
77

88
defaultConfig {
99
applicationId "org.glpi.inventory.agent"
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414

@@ -49,12 +49,12 @@ dependencies {
4949

5050
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5151

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'
5555

5656
/* app restriction */
57-
implementation 'androidx.enterprise:enterprise-feedback:1.0.0'
57+
implementation 'androidx.enterprise:enterprise-feedback:1.1.0'
5858

5959
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
6060
exclude group: 'com.androidx', module: 'support-annotations'
@@ -66,27 +66,27 @@ dependencies {
6666
testImplementation 'org.mockito:mockito-core:2.18.3'
6767
androidTestImplementation 'org.mockito:mockito-android:2.18.3'
6868

69-
implementation 'androidx.test.espresso:espresso-idling-resource:3.5.1'
69+
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
7070
implementation fileTree(dir: 'libs', include: ['*.jar'])
7171
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
7272
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'
7474
implementation 'com.orhanobut:logger:2.2.0'
7575
implementation 'androidx.multidex:multidex:2.0.1'
7676
implementation 'androidx.preference:preference:1.2.1'
7777
implementation 'org.dom4j:dom4j:2.1.3'
7878

7979

8080
// 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'
8282

8383
// 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'
8585

8686

8787
implementation 'com.google.zxing:core:3.3.0'
8888

89-
testImplementation 'junit:junit:4.12'
89+
testImplementation 'junit:junit:4.13.2'
9090
}
9191

9292
import groovy.json.JsonSlurper

0 commit comments

Comments
 (0)