Replace Shared Preferences with Data Store
This commit is contained in:
@@ -120,9 +120,6 @@ dependencies {
|
||||
// https://github.com/Kotlin/kotlinx.serialization/releases
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/preference
|
||||
implementation "androidx.preference:preference-ktx:1.2.0"
|
||||
|
||||
// https://github.com/JakeWharton/timber/releases
|
||||
implementation 'com.jakewharton.timber:timber:5.0.1'
|
||||
|
||||
@@ -145,6 +142,12 @@ dependencies {
|
||||
// https://github.com/square/picasso/releases
|
||||
implementation "com.squareup.picasso:picasso:2.8"
|
||||
|
||||
// https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
|
||||
implementation "com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6"
|
||||
|
||||
// https://developer.android.com/topic/libraries/architecture/datastore
|
||||
implementation "androidx.datastore:datastore-preferences:1.0.0"
|
||||
|
||||
// https://github.com/junit-team/junit4/releases
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
|
||||
@@ -163,9 +166,6 @@ dependencies {
|
||||
// https://mockk.io/
|
||||
testImplementation "io.mockk:mockk:1.12.3"
|
||||
|
||||
// https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
|
||||
implementation "com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6"
|
||||
|
||||
// https://github.com/facebook/flipper/releases
|
||||
def flipper_version = "0.140.0"
|
||||
debugImplementation "com.facebook.flipper:flipper:$flipper_version"
|
||||
|
||||
Reference in New Issue
Block a user