refactor: Replace Requery's SQLite with AndroidX's new KMP SQLite

This reverts commit abbe606473.
This commit is contained in:
Ahmad Ansori Palembani 2025-06-01 18:09:48 +07:00
parent abbe606473
commit fa26270c6e
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