diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2022-06-04 16:13:30 -0400 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2022-06-04 16:13:30 -0400 |
commit | 828abe5e7c90d96c29a87e0b18dd490ba67c993a (patch) | |
tree | 5b39fce335ee5cc810fd8e74cf1f75caa1b72374 /app | |
parent | fd066a648ba46762267acb9fd1042d1c2f851303 (diff) | |
download | AntennaPod-828abe5e7c90d96c29a87e0b18dd490ba67c993a.zip |
Update EventBus to 3.3.1
Diffstat (limited to 'app')
-rw-r--r-- | app/proguard.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg index 12fc358b1..0925bd242 100644 --- a/app/proguard.cfg +++ b/app/proguard.cfg @@ -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.** { *; } |