First pass to update API 31

This commit is contained in:
J-Jamet
2021-12-17 17:57:09 +01:00
parent 9e15ac242d
commit 97cd61fd13
12 changed files with 72 additions and 34 deletions

View File

@@ -5,12 +5,12 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
compileSdkVersion 31
buildToolsVersion "31.0.0"
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"
multiDexEnabled true