Let proguard keep needed RxJava and fyydlin files for Fyyd search (#7880)

This commit is contained in:
schasi 2025-07-17 15:37:14 +02:00 committed by GitHub
parent 21a4d7d876
commit 611bd75caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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