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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-06-09 18:26:22 +0300
committerGitHub <noreply@github.com>2017-06-09 18:26:22 +0300
commit3380a8f5a98958dd804b1b239f4e95b0aa656447 (patch)
treed20dd8394b3c8f929c75598063b53f96c2717e28
parent5d9fc7a95d1c763feadecacb595a34340de75a47 (diff)
parent0f8efcbf34097732496976460c27fc9f10995859 (diff)
Merge pull request #6237 from alexzatsepin/fix-mytarget-build-relelase-masterbeta-860beta-859beta-858beta-857
[android] Fixed proguard mytarget build
-rw-r--r--android/proguard-mwm.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/android/proguard-mwm.txt b/android/proguard-mwm.txt
index 65326b03ef..455d402a17 100644
--- a/android/proguard-mwm.txt
+++ b/android/proguard-mwm.txt
@@ -19,7 +19,10 @@
-dontwarn com.arellomobile.**
# myTarget
--keep class com.my.target.** {*;}
+# Remove this dontwarn when MyTarget is updated to 4.6.15
+-dontwarn com.my.target.nativeads.mediation.**
+# Remove this dontwarn when MyTarget is updated to 4.6.16
+-dontwarn com.my.target.core.net.cookie.**
-dontwarn com.mopub.**
-dontoptimize