Initial release
This commit is contained in:
11
app/proguard-rules.pro
vendored
Normal file
11
app/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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.** { *; }
|
||||
Reference in New Issue
Block a user