# https://github.com/hehonghui/AndroidEventBus -keep class org.simple.** { *; } -keep interface org.simple.** { *; } -keepclassmembers class * { @org.simple.eventbus.Subscriber ; } -keepattributes *Annotation*