Files
futbollibre-tv-android/app/proguard-rules.pro
2026-03-10 16:28:04 -03:00

11 lines
281 B
Prolog

# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in the Android SDK tools directory.
# Keep native methods
-keepclasseswithmembernames class * {
native <methods>;
}
# Keep Jsoup
-keep class org.jsoup.** { *; }