mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
Merge pull request 'Set compileSdkVersion' (#196) from fix-build into master
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/196 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
176eb319e7
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue