Skip to content

Commit

Permalink
feat(core): bump Compil / Target SdkVersion to 30
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <[email protected]>
  • Loading branch information
stonebuzz committed Apr 21, 2022
1 parent 84459b3 commit 5c22664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/assets/about.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5c22664

Please sign in to comment.