Merge pull request #6237 from alexzatsepin/fix-mytarget-build-relelase-master

[android] Fixed proguard mytarget build
This commit is contained in:
Arsentiy Milchakov 2017-06-09 18:26:22 +03:00 committed by GitHub
commit 3380a8f5a9

View file

@ -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