Skip to content

Commit 27c651c

Browse files
committed
updating Proguard, replace Otto with EventBus
1 parent fbce0d6 commit 27c651c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/proguard-rules.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Otto
1+
# EventBus
22
-keepattributes *Annotation*
33
-keepclassmembers class ** {
4-
@com.squareup.otto.Subscribe public *;
5-
@com.squareup.otto.Produce public *;
4+
@org.greenrobot.eventbus.Subscribe <methods>;
65
}
6+
-keep enum org.greenrobot.eventbus.ThreadMode { *; }

0 commit comments

Comments
 (0)