Target Android SDK version 30

This commit is contained in:
Roland Geider
2021-03-30 12:52:01 +02:00
parent 5263c074f2
commit 11c8485d2e

View File

@@ -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 16
targetSdkVersion 29
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
manifestPlaceholders = [WGER_API_KEY: wgerApiKey]