Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2014-06-26 06:04:21 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:18:37 +0300
commit3bf6a29ab6e6bd9d6128c6d20de6a36b85911657 (patch)
tree1405786959c322f17d811b257e854ac48264fc3e /android/flavors
parent89fcaddd24fe5d706ebb07e9e0d7ac1eb8709f40 (diff)
[android] Renamed debug and beta versions on a device
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/beta/res/values/strings.xml4
-rw-r--r--android/flavors/debug/res/values/strings.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/android/flavors/beta/res/values/strings.xml b/android/flavors/beta/res/values/strings.xml
new file mode 100644
index 0000000000..f1e5e87d93
--- /dev/null
+++ b/android/flavors/beta/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<resources>
+ <string name="app_name">maps.me beta</string>
+</resources>
diff --git a/android/flavors/debug/res/values/strings.xml b/android/flavors/debug/res/values/strings.xml
new file mode 100644
index 0000000000..9b2b4430dd
--- /dev/null
+++ b/android/flavors/debug/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<resources>
+ <string name="app_name">maps.me debug</string>
+</resources>