feat: prefix app_name with "C3C " for Control4 identification
build / build (push) Failing after 2m54s
build / build (push) Failing after 2m54s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user