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:
authorАлександр Зацепин <az@mapswithme.com>2017-10-16 18:24:43 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-10-16 18:26:05 +0300
commit4bfb6c4deb86e7984ac549329fdc7c7d9959cfd2 (patch)
tree6cfd361f2514f5fc2bd67899fca7af6016005ad4 /android/proguard-mwm.txt
parent3271d0f5dd4f67268c85e77f111178a5d2915e98 (diff)
[android] Added appsflyer to proguard to fix build
Diffstat (limited to 'android/proguard-mwm.txt')
-rw-r--r--android/proguard-mwm.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/proguard-mwm.txt b/android/proguard-mwm.txt
index 455d402a17..99d0e353db 100644
--- a/android/proguard-mwm.txt
+++ b/android/proguard-mwm.txt
@@ -18,6 +18,10 @@
-dontwarn com.pushwoosh.**
-dontwarn com.arellomobile.**
+# appsFlyer
+-keep class com.appsflyer.** { *; }
+-dontwarn com.appsflyer.**
+
# myTarget
# Remove this dontwarn when MyTarget is updated to 4.6.15
-dontwarn com.my.target.nativeads.mediation.**