From 4bfb6c4deb86e7984ac549329fdc7c7d9959cfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Mon, 16 Oct 2017 18:24:43 +0300 Subject: [PATCH] [android] Added appsflyer to proguard to fix build --- android/proguard-mwm.txt | 4 ++++ 1 file changed, 4 insertions(+) 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.**