We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aadc2 commit 5bdb3e9Copy full SHA for 5bdb3e9
android/app/build.gradle
@@ -55,7 +55,8 @@ if(wgerApiKey == null){
55
}
56
57
android {
58
- compileSdkVersion 32
+ compileSdkVersion 33
59
+ ndkVersion "25.1.8937393"
60
61
sourceSets {
62
main.java.srcDirs += 'src/main/kotlin'
@@ -69,7 +70,7 @@ android {
69
70
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
71
applicationId "de.wger.flutter"
72
minSdkVersion 21
- targetSdkVersion 32
73
+ targetSdkVersion 33
74
versionCode flutterVersionCode.toInteger()
75
versionName flutterVersionName
76
manifestPlaceholders += [WGER_API_KEY: wgerApiKey]
0 commit comments