Update EventBus to 3.3.1

This commit is contained in:
TacoTheDank 2022-06-04 16:13:30 -04:00
parent fd066a648b
commit 828abe5e7c
2 changed files with 1 additions and 8 deletions

View File

@ -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.** { *; }

View File

@ -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"