Skip to content

Instantly share code, notes, and snippets.

@VMAXSDK
Created September 14, 2017 12:31
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/7fc84953707576d487345a4fbea0b129 to your computer and use it in GitHub Desktop.
Save VMAXSDK/7fc84953707576d487345a4fbea0b129 to your computer and use it in GitHub Desktop.
#AdColony:
-keep class com.adcolony.sdk.**
-dontwarn com.adcolony.sdk.**
# For communication with AdColony's WebView
-keepclassmembers class * {
@android.webkit.JavascriptInterface <methods>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment