fix: Update libs and SDK to 32

This commit is contained in:
J-Jamet
2022-08-02 22:25:19 +02:00
parent ab23ec6d4d
commit b606909c65
6 changed files with 21 additions and 24 deletions

View File

@@ -5,14 +5,12 @@ plugins {
}
android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 32
buildToolsVersion "32.0.0"
defaultConfig {
minSdkVersion 15
targetSdkVersion 31
versionCode 1
versionName "1.0"
targetSdkVersion 32
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"