DroidParts – is a carefully crafted Android framework that includes DI, ORM, EventBus, Simple JSON, Improved AsyncTask & IntentService, Logger, RESTClient, ImageFetcher and Numerous Utils.
ProGuard rules for DroidParts
Add the following lines to your ProGuard configuration proguard.cfg file in project.
# DroidParts -keep class * extends org.droidparts.AbstractDependencyProvider { *; } -keep class * extends org.droidparts.model.** -keep @interface org.droidparts.annotation.** { *; } -keepclassmembers class * { @org.droidparts.annotation.** *; } -dontwarn org.droidparts.**
For more information about DroidParts please see the website.