[android] Renamed debug and beta versions on a device

This commit is contained in:
Alex Zolotarev 2014-06-25 16:04:21 -10:00 committed by Alex Zolotarev
parent 89fcaddd24
commit 3bf6a29ab6
3 changed files with 9 additions and 0 deletions

View file

@ -164,6 +164,7 @@ android {
applicationIdSuffix '.beta'
versionNameSuffix '-beta'
signingConfig signingConfigs.mapswithme
android.sourceSets.beta.setRoot('flavors/beta')
}
}

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="app_name">maps.me beta</string>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="app_name">maps.me debug</string>
</resources>