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-09-09 12:58:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:26:27 +0300
commit03da5cb554076ed9ddaa02825a89e15c27324434 (patch)
tree29dc46414c13cc9af935fff1cf2ef67724dcba66 /android/flavors
parente4ce28ebd044ecb753f4703b74cacb52d0b3792a (diff)
Added Localytics to app statistics.
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/pro/AndroidManifest.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/flavors/pro/AndroidManifest.xml b/android/flavors/pro/AndroidManifest.xml
index 21a427f4ed..151a147e86 100644
--- a/android/flavors/pro/AndroidManifest.xml
+++ b/android/flavors/pro/AndroidManifest.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools">
<application>
<meta-data
android:name="LOCALYTICS_APP_KEY"
- android:value="d0cada95008a426b1c0c1b1-70af74b2-376e-11e4-4b53-00a426b17dd8"/>
+ android:value="d0cada95008a426b1c0c1b1-70af74b2-376e-11e4-4b53-00a426b17dd8"
+ tools:replace="android:value"/>
<activity android:name="com.mapswithme.maps.DownloadResourcesActivity">