AndroidEventBus ProGuard rules

AndroidEventBus – is an EventBus library for Android for communication between Activities, Fragments, Threads, Services and lowers the coupling among them.

ProGuard rules for AndroidEventBus

Add the following lines to your ProGuard configuration proguard.cfg file in project.

# AndroidEventBus
-keep class org.simple.** { *; }
-keep interface org.simple.** { *; }
-keepclassmembers class * {
    @org.simple.eventbus.Subscriber ;
}
-keepattributes *Annotation*

For more information about AndroidEventBus please see the website.

Static Gson ProGuard rules

Popular ProGuard rules