forked from organicmaps/organicmaps
[android] Renamed debug and beta versions on a device
This commit is contained in:
parent
89fcaddd24
commit
3bf6a29ab6
3 changed files with 9 additions and 0 deletions
|
@ -164,6 +164,7 @@ android {
|
|||
applicationIdSuffix '.beta'
|
||||
versionNameSuffix '-beta'
|
||||
signingConfig signingConfigs.mapswithme
|
||||
android.sourceSets.beta.setRoot('flavors/beta')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
4
android/flavors/beta/res/values/strings.xml
Normal file
4
android/flavors/beta/res/values/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="app_name">maps.me beta</string>
|
||||
</resources>
|
4
android/flavors/debug/res/values/strings.xml
Normal file
4
android/flavors/debug/res/values/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="app_name">maps.me debug</string>
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue