Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

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

Cette révision appartient à :
len 2017-08-06 16:19:25 +02:00
Parent 6c242084ca
révision 8201b367ec
2 fichiers modifiés avec 5 ajouts et 0 suppressions

Voir le fichier

@ -98,6 +98,7 @@ dependencies {
// Modified dependencies
compile 'com.github.inorichi:subsampling-scale-image-view:01e5385'
compile 'com.github.inorichi:tachimage:68cd311'
compile 'com.github.inorichi:junrar-android:634c1f5'
// Android support library

Voir le fichier

@ -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.**