Raise target Android version to API 31

master v.0.5.2
Inex Code 2022-04-09 07:25:21 +03:00
parent cca55f82cc
commit 45134d26da
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "pro.kherel.selfprivacy"
minSdkVersion 18
targetSdkVersion 29
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}

View File

@ -1 +1,2 @@
- Fixed bug when you couldn't use special symbols in password during server creation.
- Raise target Android version to API 31 (Android 12).