# 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 ; } # Keep Jsoup -keep class org.jsoup.** { *; }