Fix some crashes

This commit is contained in:
Koitharu
2022-08-24 09:13:36 +03:00
parent 5c86de555a
commit b9f2effb86
2 changed files with 5 additions and 2 deletions

View File

@@ -10,4 +10,6 @@
}
-keep public class ** extends org.koitharu.kotatsu.base.ui.BaseFragment
-keep class org.koitharu.kotatsu.core.db.entity.* { *; }
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-keep class org.koitharu.kotatsu.core.exceptions.* { *; }