mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 10:53:12 +00:00
Raise target Android version to API 31
This commit is contained in:
parent
cca55f82cc
commit
45134d26da
|
@ -40,7 +40,7 @@ android {
|
||||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||||
applicationId "pro.kherel.selfprivacy"
|
applicationId "pro.kherel.selfprivacy"
|
||||||
minSdkVersion 18
|
minSdkVersion 18
|
||||||
targetSdkVersion 29
|
targetSdkVersion 31
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
- Fixed bug when you couldn't use special symbols in password during server creation.
|
- Fixed bug when you couldn't use special symbols in password during server creation.
|
||||||
|
- Raise target Android version to API 31 (Android 12).
|
||||||
|
|
Loading…
Reference in a new issue