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-11-24 12:27:55 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2015-11-26 15:03:21 +0300
commit1daa30543bbc6d2fb8ddc960397763c19f9f7f16 (patch)
treee1117536f6f3dbc565237bc85d6e75fce4f9cada /android/proguard-mwm.txt
parent3c77d6a12b2c267ac2fe04250a48c0350308acf8 (diff)
[android] Add showcase item to menu.
Diffstat (limited to 'android/proguard-mwm.txt')
-rw-r--r--android/proguard-mwm.txt18
1 files changed, 6 insertions, 12 deletions
diff --git a/android/proguard-mwm.txt b/android/proguard-mwm.txt
index 748912144d..3e30d1150a 100644
--- a/android/proguard-mwm.txt
+++ b/android/proguard-mwm.txt
@@ -1,30 +1,24 @@
# 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.**,** {*;}
+# support library bug
+-dontwarn android.support.**
# flurry
-dontwarn com.flurry.**
-# support library bug
--dontwarn android.support.**
-
# parse
-dontwarn com.squareup.okhttp.**
-dontwarn okio.**
-dontwarn com.facebook.**
+# myTarget
+-dontwarn ru.mail.android.mytarget.**
+-dontwarn com.mopub.**
+
-dontoptimize
-keepattributes **
-# log proguard info
-#
-#-verbose
-#
-#-printseeds seeds.txt
-#-printusage unused.txt
-#-printmapping mapping.txt
-
-
# Gson support
-keep class com.mapswithme.util.Gsonable
-keep class * implements com.mapswithme.util.Gsonable