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