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 commit is contained in:
Ahmad Ansori Palembani 2025-06-01 14:55:19 +07:00
parent a04ea9f5ea
commit f604e4e256
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 38 additions and 60 deletions

View file

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