Rename app
This commit is contained in:
parent
c1e63fa761
commit
61105ccf37
2 changed files with 3 additions and 3 deletions
|
@ -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
Add a link
Reference in a new issue