Skip to content

Commit 5bdb3e9

Browse files
committed
Bump compile sdk version and set ndk version
The last one required for rive: https://github.com/rive-app/rive-flutter/blob/master/platform_considerations.md
1 parent 90aadc2 commit 5bdb3e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ if(wgerApiKey == null){
5555
}
5656

5757
android {
58-
compileSdkVersion 32
58+
compileSdkVersion 33
59+
ndkVersion "25.1.8937393"
5960

6061
sourceSets {
6162
main.java.srcDirs += 'src/main/kotlin'
@@ -69,7 +70,7 @@ android {
6970
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
7071
applicationId "de.wger.flutter"
7172
minSdkVersion 21
72-
targetSdkVersion 32
73+
targetSdkVersion 33
7374
versionCode flutterVersionCode.toInteger()
7475
versionName flutterVersionName
7576
manifestPlaceholders += [WGER_API_KEY: wgerApiKey]

0 commit comments

Comments
 (0)