Skip to content

Commit 008172b

Browse files
authored
SharedPreferences refactor (#323)
* SharedPreferences refactor | Patch 1 * Add refresh option
1 parent c82b987 commit 008172b

File tree

9 files changed

+234
-263
lines changed

9 files changed

+234
-263
lines changed

data/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
implementation(libs.koin.android)
2323
implementation(libs.rx.kotlin)
2424
implementation(libs.google.gson)
25+
implementation(libs.shifthackz.preferences)
2526
testImplementation(libs.test.junit)
2627
testImplementation(libs.test.mockito)
2728
testImplementation(libs.test.mockk)

0 commit comments

Comments
 (0)