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:
authorDmitry Yunitsky <yunik@mapswithme.com>2014-11-25 16:03:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:33:50 +0300
commit065cdd7b458490ed2aac88eeb92b00cf56672653 (patch)
tree7ebe8464e1e42d031fe6815af820e7fca3b01a39 /android/flavors
parent9741f681e78dc660fecaa5bf0f531a11057480aa (diff)
Keys for MRGS and initialisation of service.
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/lite/res/values/mrgs.xml5
-rw-r--r--android/flavors/pro/res/values/mrgs.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/android/flavors/lite/res/values/mrgs.xml b/android/flavors/lite/res/values/mrgs.xml
new file mode 100644
index 0000000000..e5210f8add
--- /dev/null
+++ b/android/flavors/lite/res/values/mrgs.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<resources>
+ <string name="mrgs_key">Hdl6YvzS3EK7PV4_MUaZcW68u6PmBNZn</string>
+ <string name="mrgs_id">149</string>
+</resources> \ No newline at end of file
diff --git a/android/flavors/pro/res/values/mrgs.xml b/android/flavors/pro/res/values/mrgs.xml
new file mode 100644
index 0000000000..b71152b6af
--- /dev/null
+++ b/android/flavors/pro/res/values/mrgs.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<resources>
+ <string name="mrgs_key">***REMOVED***</string>
+ <string name="mrgs_id">150</string>
+</resources> \ No newline at end of file