Merge pull request #5926 from TacoTheDank/bumpEventBus

Update EventBus library
This commit is contained in:
ByteHamster 2022-06-21 19:29:52 +02:00 committed by GitHub
commit 0bb019cde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.13.2"
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"