mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
revert: "refactor: Replace Requery's SQLite with AndroidX's new KMP SQLite"
This reverts commit f604e4e256
.
This commit is contained in:
parent
7ac42d5545
commit
abbe606473
5 changed files with 60 additions and 38 deletions
|
@ -28,6 +28,7 @@ multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
|
|||
palette = { module = "androidx.palette:palette", version = "1.0.0" }
|
||||
preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
|
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.5.1" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.13.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.10.1" }
|
||||
window = { module = "androidx.window:window", version = "1.4.0" }
|
||||
|
@ -37,7 +38,7 @@ androidx = [
|
|||
"activity", "activity-compose", "annotation", "appcompat", "browser", "biometric", "cardview", "core",
|
||||
"core-splashscreen", "layout-constraint", "glance-appwidget", "lifecycle-common", "lifecycle-livedata",
|
||||
"lifecycle-process", "lifecycle-runtime", "lifecycle-viewmodel", "lifecycle-viewmodel-compose", "multidex",
|
||||
"palette", "preference", "recyclerview", "layout-swiperefresh", "webkit", "work", "window"
|
||||
"palette", "preference", "recyclerview", "sqlite", "layout-swiperefresh", "webkit", "work", "window"
|
||||
]
|
||||
|
||||
[plugins]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue