Change app name in alternate build
This commit is contained in:
parent
c9defc79be
commit
0abd0c24a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue