Created
April 15, 2019 15:27
-
-
Save d4vidi/deac9d66ad5a6bd9ddf33ca380cd4156 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 ### | |
-keep class this.and.That { *; } | |
-dontwarn com.on.** |
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-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