mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
chore: Marge flutter-3.7 into digital-ocean-dns
This commit is contained in:
commit
b818d3bfe1
|
@ -52,7 +52,8 @@ 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 "org.selfprivacy.app"
|
applicationId "org.selfprivacy.app"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 33
|
||||||
|
compileSdkVersion 33
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ AppDir:
|
||||||
id: org.selfprivacy.app
|
id: org.selfprivacy.app
|
||||||
name: SelfPrivacy
|
name: SelfPrivacy
|
||||||
icon: org.selfprivacy.app
|
icon: org.selfprivacy.app
|
||||||
version: 0.7.0
|
version: 0.8.0
|
||||||
exec: selfprivacy
|
exec: selfprivacy
|
||||||
exec_args: $@
|
exec_args: $@
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue