FilePicker icon indicating copy to clipboard operation
FilePicker copied to clipboard

用了EventBus,建议在文档里面加上说明,因为涉及到 Proguard

Open SwordBearer opened this issue 6 years ago • 0 comments

亲测遇到的问题,没注意,没加proguard,打包就崩溃了

#------- EventBus ------------ -keepattributes Annotation -keepclassmembers class ** { @org.greenrobot.eventbus.Subscribe ; } -keep enum org.greenrobot.eventbus.ThreadMode { *; } -keepclassmembers class * extends org.greenrobot.eventbus.util.ThrowableFailureEvent { (java.lang.Throwable); }

SwordBearer avatar Mar 31 '18 02:03 SwordBearer