Update preference dependencies

This commit is contained in:
arkon
2022-01-31 18:13:57 -05:00
parent 9857d3d6ea
commit 75a2110626
11 changed files with 13 additions and 13 deletions

View File

@@ -208,8 +208,8 @@ dependencies {
implementation("com.github.requery:sqlite-android:3.36.0")
// Preferences
implementation("androidx.preference:preference-ktx:1.2.0-rc01")
implementation("com.github.tfcporciuncula.flow-preferences:flow-preferences:1.4.0")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("com.fredporciuncula:flow-preferences:1.6.0")
// Model View Presenter
val nucleusVersion = "3.0.0"