feat: migrate FiatRateCache to DataStore

This commit is contained in:
2026-06-02 00:56:02 +02:00
parent 93332dc683
commit 712722120c
7 changed files with 162 additions and 51 deletions
+2 -3
View File
@@ -21,8 +21,7 @@ navigationCompose = "2.8.9"
appcompat = "1.7.0"
ksp = "2.2.10-2.0.2"
room = "2.7.1"
datastore = "1.2.1"
[libraries]
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
@@ -57,7 +56,7 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }