Last active
April 15, 2019 15:22
-
-
Save d4vidi/276e7308e78b99289e3b57744648fe2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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