11 lines
281 B
Prolog
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.** { *; } |