Skip to content

Instantly share code, notes, and snippets.

@VMAXSDK
Created September 14, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VMAXSDK/590e9fe22cb23ce7bc2f6cfc76a2b8f6 to your computer and use it in GitHub Desktop.
Save VMAXSDK/590e9fe22cb23ce7bc2f6cfc76a2b8f6 to your computer and use it in GitHub Desktop.
#-dontwarn com.comscore.android.vce.ad
# Pokkt SDK
-keep class com.pokkt.** { public *; }
-dontwarn com.pokkt.**
# moat
-keep class com.moat.** { *; }
-dontwarn com.moat.**
# comscore
-keep class com.comscore.** { *; }
-dontwarn com.comscore.**
-dontnote com.comscore.**
#pokkt ends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment