The following should be added to the consumer proguard rule file
-keepclassmembers class org.greenrobot.eventbus.util.ThrowableFailureEvent {
<init>(java.lang.Throwable);
}
The current rule set only have keepclassmembers
for subclasses of ThrowableFailureEvent
, not for ThrowableFailureEvent
class itself
This problem is not exactly new. Before version 3.3.0 we were supposed to add the rules to our project proguard rule file ourself as advised by EventBus README
which also forgot the rule for ThrowableFailureEvent
class. One user reported the issue here
We had to do the same for our projects.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4