refactor: new preferences impl with data store

This commit is contained in:
Miuzarte
2026-03-27 01:32:25 +08:00
parent c567ed1bbb
commit 189d4a76b9
17 changed files with 1420 additions and 711 deletions

View File

@@ -97,6 +97,7 @@ dependencies {
implementation("org.bouncycastle:bcpkix-jdk18on:1.80")
implementation("org.conscrypt:conscrypt-android:2.5.2")
implementation("sh.calvin.reorderable:reorderable:3.0.0")
implementation("androidx.datastore:datastore-preferences:1.2.1")
testImplementation(libs.junit)
androidTestImplementation(platform(libs.androidx.compose.bom))