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