AboutLibraries – is a library that allows to easily create an used open source libraries fragment/activity within your Android application.
ProGuard rules for AboutLibraries
ProGuard's shrinking step removes unused classes, fields, methods and attributes . Remaining classes, fields, and methods after obfuscation step will be with short names. Use the following rules in your proguard-rules.pro configuration file.
################################ AboutLibraries ################################ -keep class .R -keep class **.R$* {; }
In case you want to minimize your resources as much as possible use the following rules.
################################ AboutLibraries ################################ -keepclasseswithmembers class **.R$* { public static final int define_*; }
For more information about AboutLibraries please see the website.