From 61105ccf373e3f5de847f0fb7e2cca1cb16c4c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bianca=20F=C3=BCrstenau?= Date: Tue, 11 Mar 2025 05:25:14 +0100 Subject: [PATCH] Rename app --- Tauri.toml | 2 +- gen/android/app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tauri.toml b/Tauri.toml index 8780e66..2a12b6b 100644 --- a/Tauri.toml +++ b/Tauri.toml @@ -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" diff --git a/gen/android/app/build.gradle.kts b/gen/android/app/build.gradle.kts index 397ab02..86e6c7e 100644 --- a/gen/android/app/build.gradle.kts +++ b/gen/android/app/build.gradle.kts @@ -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()