Skip to content

Instantly share code, notes, and snippets.

@d4vidi
Created April 15, 2019 15:27
Show Gist options
  • Save d4vidi/deac9d66ad5a6bd9ddf33ca380cd4156 to your computer and use it in GitHub Desktop.
Save d4vidi/deac9d66ad5a6bd9ddf33ca380cd4156 to your computer and use it in GitHub Desktop.
### proguard-rules.pro ###
-keep class this.and.That { *; }
-dontwarn com.on.**
### proguard-rules-instrum.pro ###
-keep class com.thirdparty.Z { *; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment