Update EventBus to 3.3.1
This commit is contained in:
parent
fd066a648b
commit
828abe5e7c
|
@ -42,13 +42,6 @@
|
|||
-dontwarn okhttp3.**
|
||||
-dontwarn okio.**
|
||||
|
||||
# greenrobot EventBus
|
||||
-keepattributes *Annotation*
|
||||
-keepclassmembers class * {
|
||||
@org.greenrobot.eventbus.Subscribe <methods>;
|
||||
}
|
||||
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
|
||||
|
||||
# android-iconify
|
||||
-keep class com.joanzapata.** { *; }
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ project.ext {
|
|||
glideVersion = "4.8.0"
|
||||
okhttpVersion = "3.12.10"
|
||||
okioVersion = "1.17.5"
|
||||
eventbusVersion = "3.2.0"
|
||||
eventbusVersion = "3.3.1"
|
||||
rxAndroidVersion = "2.1.1"
|
||||
rxJavaVersion = "2.2.2"
|
||||
iconifyVersion = "2.2.2"
|
||||
|
|
Loading…
Reference in New Issue