Fix missing fragment crash #91

This commit is contained in:
Koitharu
2022-01-23 08:14:56 +02:00
parent 2a7761dbc3
commit fc3efbabbd

View File

@@ -7,5 +7,6 @@
public static void checkParameterIsNotNull(...);
public static void checkNotNullParameter(...);
}
-keep public class ** extends org.koitharu.kotatsu.base.ui.BaseFragment
-keep class org.koitharu.kotatsu.core.db.entity.* { *; }
-dontwarn okhttp3.internal.platform.ConscryptPlatform