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

@ -49,6 +49,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- Refactor Library to store LibraryMap instead of flatten list of LibraryItem
- LibraryItem abstraction to make it easier to manage
- LibraryManga no longer extend MangaImpl
- Replace Requery's SQLite with AndroidX's new KMP SQLite
- Update dependency gradle to v8.12
- Update user agent (@Hiirbaf)
- Update serialization to v1.8.1
@ -65,8 +66,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- Update dependency com.getkeepsafe.taptargetview:taptargetview to v1.15.0
- Update dependency androidx.window:window to v1.4.0
- Update dependency androidx.webkit:webkit to v1.13.0
- Update dependency androidx.sqlite:sqlite-ktx to v2.5.1
- Update dependency androidx.sqlite:sqlite to v2.5.1
- Update androidxSqlite to v2.5.1
- Update dependency androidx.recyclerview:recyclerview to v1.4.0
- Update dependency androidx.core:core-ktx to v1.16.0
- Update dependency androidx.compose:compose-bom to v2025.05.01