Rename app

This commit is contained in:
Bianca Fürstenau 2025-03-11 05:25:14 +01:00
parent c1e63fa761
commit 61105ccf37
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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()