Update compile and target SDK version

This commit is contained in:
Roland Geider
2022-09-10 22:33:46 +02:00
parent a7996f99db
commit 084bab1735

View File

@@ -55,7 +55,7 @@ if(wgerApiKey == null){
}
android {
compileSdkVersion 31
compileSdkVersion 32
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@@ -69,7 +69,7 @@ android {
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "de.wger.flutter"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 32
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
manifestPlaceholders += [WGER_API_KEY: wgerApiKey]