We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbce0d6 commit 27c651cCopy full SHA for 27c651c
app/proguard-rules.pro
@@ -1,6 +1,6 @@
1
-# Otto
+# EventBus
2
-keepattributes *Annotation*
3
-keepclassmembers class ** {
4
- @com.squareup.otto.Subscribe public *;
5
- @com.squareup.otto.Produce public *;
+ @org.greenrobot.eventbus.Subscribe <methods>;
6
}
+-keep enum org.greenrobot.eventbus.ThreadMode { *; }
0 commit comments