-
Notifications
You must be signed in to change notification settings - Fork 484
ProGuard
Drew Noakes edited this page Jun 4, 2015
·
2 revisions
ProGuard is a tool that shrinks, optimises and obfuscates code, and is commonly used in Android development to reduce the size of .apk
.
Thanks to @black-snow for providing these settings:
-keep class com.drew.** {*;}
-keep interface com.drew.** {*;}
-keep enum com.drew.** {*;}