Skip to content

Commit

Permalink
Feat(Build): move to SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 18, 2024
1 parent 331d22e commit 3853012
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.firebase.crashlytics'

android {
compileSdkVersion 33
compileSdkVersion 34
useLibrary 'org.apache.http.legacy'

defaultConfig {
applicationId "org.glpi.inventory.agent"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -49,12 +49,12 @@ dependencies {

implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test:runner:1.6.2'

/* app restriction */
implementation 'androidx.enterprise:enterprise-feedback:1.0.0'
implementation 'androidx.enterprise:enterprise-feedback:1.1.0'

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

implementation 'androidx.test.espresso:espresso-idling-resource:3.5.1'
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.orhanobut:logger:2.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference:1.2.1'
implementation 'org.dom4j:dom4j:2.1.3'


// Add the Firebase Crashlytics SDK.
implementation 'com.google.firebase:firebase-crashlytics:18.4.1'
implementation 'com.google.firebase:firebase-crashlytics:19.1.0'

// Recommended: Add the Google Analytics SDK.
implementation 'com.google.firebase:firebase-analytics:21.3.0'
implementation 'com.google.firebase:firebase-analytics:22.1.0'


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

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}

import groovy.json.JsonSlurper
Expand Down

0 comments on commit 3853012

Please sign in to comment.