mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 11:49:33 +00:00
Let proguard keep needed RxJava and fyydlin files for Fyyd search (#7880)
This commit is contained in:
parent
21a4d7d876
commit
611bd75caa
@ -31,7 +31,11 @@
|
||||
# android-iconify
|
||||
-keep class com.joanzapata.** { *; }
|
||||
|
||||
# RxJava
|
||||
-keep class io.reactivex.Single
|
||||
|
||||
#### Proguard rules for fyyd client
|
||||
-keep class de.mfietz.fyydlin.** { *; }
|
||||
# Retrofit 2.0
|
||||
-dontwarn retrofit2.**
|
||||
-keep class retrofit2.** { *; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user