mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-05-24 06:54:42 -04:00
7 lines
174 B
Prolog
7 lines
174 B
Prolog
# EventBus
|
|
-keepattributes *Annotation*
|
|
-keepclassmembers class ** {
|
|
@org.greenrobot.eventbus.Subscribe <methods>;
|
|
}
|
|
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
|