updating Proguard, replace Otto with EventBus

This commit is contained in:
tibbi
2020-05-25 11:37:10 +02:00
parent fbce0d6716
commit 27c651cb66

View File

@@ -1,6 +1,6 @@
# Otto
# EventBus
-keepattributes *Annotation*
-keepclassmembers class ** {
@com.squareup.otto.Subscribe public *;
@com.squareup.otto.Produce public *;
@org.greenrobot.eventbus.Subscribe <methods>;
}
-keep enum org.greenrobot.eventbus.ThreadMode { *; }