Update labels
This commit is contained in:
@@ -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}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
weather:
|
||||
url: https://grafana.c3c.cz/public-dashboards/381fe3e71e164eb99dd0b10e246a36e2
|
||||
label: Weather
|
||||
ui_label: Počasí
|
||||
|
||||
house_condition:
|
||||
url: https://grafana.c3c.cz/public-dashboards/7d94ddc4493741debf49d0a301e1a757
|
||||
label: House Condition
|
||||
ui_label: Stav domu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user