forked from organicmaps/organicmaps
Merge pull request #6237 from alexzatsepin/fix-mytarget-build-relelase-master
[android] Fixed proguard mytarget build
This commit is contained in:
commit
3380a8f5a9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue