Update labels

This commit is contained in:
2026-06-13 09:19:45 +02:00
parent a196336f26
commit b97e6f930b
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ android {
applicationId = "cz.c3c.webviewkiosk"
minSdk = 26 // Sony KD-65XE9305 final firmware = Android 8.0
targetSdk = 35
versionCode = 2 // bump on every release; adb install -r refuses downgrades
versionCode = 3 // bump on every release; adb install -r refuses downgrades
versionName = "0.1.0"
}
@@ -50,7 +50,7 @@ android {
dimension = "webview"
applicationIdSuffix = ".$name"
buildConfigField("String", "WEBVIEW_URL", "\"${config["url"]}\"")
resValue("string", "app_name", "C3C ${config["label"] ?: name}")
resValue("string", "app_name", "${config["ui_label"] ?: config["label"] ?: name}")
}
}
}