forked from organicmaps/organicmaps
[android] Fixed proguard mytarget build
This commit is contained in:
parent
156f6b3fb9
commit
0f8efcbf34
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