Set compileSdkVersion #196

Merged
inex merged 1 commits from fix-build into master 2023-02-08 20:46:07 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "org.selfprivacy.app"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
compileSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}