mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Downgrade requery sqlite
idk why but it upgrading to java 17 has screwed it. should close #1619
This commit is contained in:
parent
d58c623862
commit
2c1972cab9
3 changed files with 5 additions and 2 deletions
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
@ -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 *; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue