better distinction between green and blue build flavors (#1997)

This commit is contained in:
Konrad Pozniak 2020-11-28 17:34:21 +01:00 committed by GitHub
commit 3558d441a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ android {
productFlavors {
blue {}
green {
resValue "string", "app_name", APP_NAME + " Test"
applicationIdSuffix ".test"
versionNameSuffix "-" + getGitSha()
}