fix: Add prefs to the demo app (#5)

This commit is contained in:
2023-03-14 15:55:39 +01:00
committed by GitHub
parent 4b69425b94
commit 09cb0abcb7
2 changed files with 8 additions and 0 deletions

View File

@ -46,4 +46,7 @@ dependencies {
// Navigation because I don't want to maintain basic transactions and shit
implementation("androidx.navigation:navigation-fragment-ktx:2.5.1")
// preferences
implementation("androidx.preference:preference-ktx:1.2.0")
}