set compileSdkVersion

pull/196/head
Alya Sirko 2023-02-08 20:19:27 +02:00
parent c4e5d44b8e
commit 9c27083a1c
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
}