mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-24 23:18:43 +02:00
adding some EventBus related proguard fules
This commit is contained in:
parent
f1054013ea
commit
5ad7511baf
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@ -0,0 +1,6 @@
|
||||
# EventBus
|
||||
-keepattributes *Annotation*
|
||||
-keepclassmembers class ** {
|
||||
@org.greenrobot.eventbus.Subscribe <methods>;
|
||||
}
|
||||
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
|
Loading…
x
Reference in New Issue
Block a user