mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2024-12-12 08:16:37 +01: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 { *; }
|