Rename app
This commit is contained in:
parent
c1e63fa761
commit
61105ccf37
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
"$schema" = "https://schema.tauri.app/config/2"
|
||||
identifier = "de.mathebau.bkbh"
|
||||
identifier = "de.hessensagtnein.darmstadt.buchhaltung"
|
||||
productName = "Nein!"
|
||||
version = "0.1.0"
|
||||
|
||||
|
|
|
@ -16,10 +16,10 @@ val tauriProperties = Properties().apply {
|
|||
|
||||
android {
|
||||
compileSdk = 34
|
||||
namespace = "de.mathebau.bkbh"
|
||||
namespace = "de.hessensagtnein.darmstadt.buchhaltung"
|
||||
defaultConfig {
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "false"
|
||||
applicationId = "de.mathebau.bkbh"
|
||||
applicationId = "de.hessensagtnein.darmstadt.buchhaltung"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
|
||||
|
|
Loading…
Add table
Reference in a new issue