Skip to content

Instantly share code, notes, and snippets.

@d4vidi
Last active April 15, 2019 15:22
Show Gist options
  • Save d4vidi/276e7308e78b99289e3b57744648fe2e to your computer and use it in GitHub Desktop.
Save d4vidi/276e7308e78b99289e3b57744648fe2e to your computer and use it in GitHub Desktop.
### proguard-rules.pro ###
# Standard rules for my App:
-keep class this.and.That { *; }
-dontwarn com.on.**
# Some more rules so that my instrumentation tests could run:
-keep class com.thirdparty.Z { *; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment