From 5c22664e19c0079c96a51ac3ebbb36a9bd4a6075 Mon Sep 17 00:00:00 2001 From: Teclib Date: Thu, 7 Apr 2022 10:06:24 +0200 Subject: [PATCH] feat(core): bump Compil / Target SdkVersion to 30 Signed-off-by: Teclib --- app/build.gradle | 6 +++--- app/src/main/assets/about.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0007b66cf..f8331aa2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.firebase.crashlytics' android { - compileSdkVersion 29 - buildToolsVersion '29.0.2' + compileSdkVersion 30 + buildToolsVersion '29.0.3' useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "org.glpi.inventory.agent" minSdkVersion 18 - targetSdkVersion 29 + targetSdkVersion 30 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/assets/about.properties b/app/src/main/assets/about.properties index 4d1bb1bf7..1c3e68033 100644 --- a/app/src/main/assets/about.properties +++ b/app/src/main/assets/about.properties @@ -1,6 +1,6 @@ about.version=1.1.0 about.build=39331 -about.date=Thu Apr 07 07:28:28 2022 -about.commit=79c2631 -about.commitFull=79c2631b98702757ed6beaaa921b315a025e92c8 +about.date=jeu. avril 07 09:55:14 2022 +about.commit= +about.commitFull= about.github=https://github.com/glpi-project/android-inventory-agent