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>2015-06-24 17:06:20 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:36 +0300
commit802ede40a0135e54cfa355dcc3c8f0b907f2dec4 (patch)
treefd0a97052cf83b2d1f7386e351321ec96ae62837 /android/proguard-mwm.txt
parentb6a51452a0e270a79dcfe47ba9ca984b886866a6 (diff)
Removed MRGS, added myTracker.
Diffstat (limited to 'android/proguard-mwm.txt')
-rw-r--r--android/proguard-mwm.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/proguard-mwm.txt b/android/proguard-mwm.txt
index 61420feb99..748912144d 100644
--- a/android/proguard-mwm.txt
+++ b/android/proguard-mwm.txt
@@ -1,12 +1,13 @@
# obfuscate supportV7 menu subclasses. it fixes bug with some Samsung and other devices ROMS based on android 4.2.2.
# more details here : https://code.google.com/p/android/issues/detail?id=78377
-keep class !android.support.v7.internal.view.menu.**,** {*;}
-# ignore warnings from MRGS billing.
--dontwarn ru.mail.**
+
# flurry
-dontwarn com.flurry.**
+
# support library bug
-dontwarn android.support.**
+
# parse
-dontwarn com.squareup.okhttp.**
-dontwarn okio.**