revert: "refactor: Replace Requery's SQLite with AndroidX's new KMP SQLite"
Some checks are pending
Build app / Build app (push) Waiting to run
Mirror Repository / mirror (push) Waiting to run

This reverts commit f604e4e256.
This commit is contained in:
Ahmad Ansori Palembani 2025-06-01 18:05:35 +07:00
parent 7ac42d5545
commit abbe606473
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 60 additions and 38 deletions

View file

@ -200,6 +200,7 @@ dependencies {
implementation(libs.play.services.gcm)
// Database
implementation(libs.sqlite.android)
implementation(libs.bundles.sqlite)
// Model View Presenter