mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
updating Proguard, replace Otto with EventBus
This commit is contained in:
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@@ -1,6 +1,6 @@
|
|||||||
# Otto
|
# EventBus
|
||||||
-keepattributes *Annotation*
|
-keepattributes *Annotation*
|
||||||
-keepclassmembers class ** {
|
-keepclassmembers class ** {
|
||||||
@com.squareup.otto.Subscribe public *;
|
@org.greenrobot.eventbus.Subscribe <methods>;
|
||||||
@com.squareup.otto.Produce public *;
|
|
||||||
}
|
}
|
||||||
|
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
|
||||||
|
Reference in New Issue
Block a user