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:
authorAlexander Marchuk <alexm@maps.me>2016-03-22 19:11:27 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:59:32 +0300
commit7dc3239cce92e5c7b25ba92649eeef4a24c72f62 (patch)
treea2a9b034336b099b0c9fd0f3df6817736142b133 /android/AndroidManifest.xml
parent84d34da30862920349aaf21a197855844cf5bbde (diff)
[android] add: Crashlytics integrated.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 2e2266de45..4d5d9c83b8 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -69,6 +69,10 @@
android:name="com.parse.push.notification_icon"
android:resource="@drawable/ic_notification"/>
+ <meta-data
+ android:name="io.fabric.ApiKey"
+ android:value="${FABRIC_API_KEY}"/>
+
<activity
android:name="com.mapswithme.maps.DownloadResourcesActivity"
android:configChanges="orientation|screenLayout|screenSize"