Downgrade requery sqlite

idk why but it upgrading to java 17 has screwed it. should close #1619
This commit is contained in:
Jays2Kings 2023-10-11 10:21:54 -07:00
parent d58c623862
commit 2c1972cab9
3 changed files with 5 additions and 2 deletions

View file

@ -17,6 +17,7 @@
-keep,allowoptimization class app.cash.quickjs.** { public protected *; }
-keep,allowoptimization class uy.kohesive.injekt.** { public protected *; }
-keep,allowoptimization class eu.davidea.flexibleadapter.** { public protected *; }
-keep class io.requery.android.database.** { public protected *; }
# From extensions-lib
-keep,allowoptimization class eu.kanade.tachiyomi.network.interceptor.RateLimitInterceptorKt { public protected *; }