feat: prefix app_name with "C3C " for Control4 identification
build / build (push) Failing after 2m54s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Arnie via Claude
2026-06-12 18:38:09 +02:00
parent a36d3869b1
commit cb1b98cbf9
+1 -1
View File
@@ -49,7 +49,7 @@ android {
dimension = "webview"
applicationIdSuffix = ".$name"
buildConfigField("String", "WEBVIEW_URL", "\"${config["url"]}\"")
resValue("string", "app_name", config["label"] ?: name)
resValue("string", "app_name", "C3C ${config["label"] ?: name}")
}
}
}