AndroidBaseUtils – a library that provides Context free and basic utils to build Android project conveniently.
ProGuard rules for AndroidBaseUtils
Add the following lines to your ProGuard configuration proguard.cfg file in project.
# AndroidBaseUtils
-keep class com.thefinestartist.annotations.** { *; }
-keep class **$$ExtraBinder { *; }
-keepclasseswithmembernames class * {
@com.thefinestartist.annotations.Extra ;
}
For more information about AndroidBaseUtils please see the website.