Fix most crashes with extensions and the release version. Crop borders support in android O

This commit is contained in:
len
2017-08-06 16:19:25 +02:00
parent 6c242084ca
commit 8201b367ec
2 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
-keep class com.hippo.image.** { *; }
-keep interface com.hippo.image.** { *; }
# Extensions may require methods unused in the core app
-keep class org.jsoup.** { *; }
-keep class kotlin.** { *; }
# OkHttp
-dontwarn okhttp3.**
-dontwarn okio.**