mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-22 14:24:27 +01:00
Fixed EventBus getting removed by proguard
This commit is contained in:
parent
76b913b154
commit
0407d27e99
@ -80,10 +80,11 @@
|
||||
-dontskipnonpubliclibraryclassmembers
|
||||
|
||||
# greenrobot EventBus
|
||||
-keepclassmembers class ** {
|
||||
public void onEvent*(**);
|
||||
-keepattributes *Annotation*
|
||||
-keepclassmembers class * {
|
||||
@org.greenrobot.eventbus.Subscribe <methods>;
|
||||
}
|
||||
-keep class de.danoeh.antennapod.core.event.*
|
||||
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
|
||||
|
||||
# android-iconify
|
||||
-keep class com.joanzapata.** { *; }
|
||||
|
Loading…
Reference in New Issue
Block a user