Fixed yet another proguard issue

(╯°□°)╯︵ pɹɐuƃoɹd
This commit is contained in:
daniel oeh 2014-07-26 14:35:03 +02:00
parent df288f8f68
commit 460e061d35
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@
public static <fields>; public static <fields>;
} }
-keep public class org.jsoup.** {
public *;
}
-keep class android.support.v4.** { *; } -keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; } -keep interface android.support.v4.** { *; }
-keep class android.support.v7.** { *; } -keep class android.support.v7.** { *; }