Change app name in alternate build

This commit is contained in:
Mike Barnes 2026-01-03 10:22:44 +11:00
commit 0abd0c24a3

View file

@ -66,7 +66,7 @@ android {
productFlavors {
blue {}
green {
resValue "string", "app_name", APP_NAME + " Test"
resValue "string", "app_name", "Beta " + APP_NAME
applicationIdSuffix ".test"
versionNameSuffix "-" + gitSha
isDefault true