Moving settings to a better method

This commit is contained in:
ottoptj 2024-07-30 21:00:52 +03:00
commit f602ae569f
9 changed files with 648 additions and 546 deletions

View file

@ -48,4 +48,5 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:2.7.7")
implementation("com.google.code.gson:gson:2.11.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.preference:preference:1.2.1")
}