Optimize webtoon scroll

This commit is contained in:
Koitharu
2020-05-09 10:16:46 +03:00
parent 1b7c8355ec
commit 23412e5c17
6 changed files with 59 additions and 30 deletions

View File

@@ -9,4 +9,5 @@
-keep class org.koitharu.kotatsu.core.db.entity.* { *; }
-keepclassmembers public class * extends org.koitharu.kotatsu.core.parser.MangaRepository {
public <init>(...);
}
}
-dontwarn okhttp3.internal.platform.ConscryptPlatform