Reorganized launcher settings

This commit is contained in:
ottoptj 2024-08-30 23:22:39 +03:00
commit e845ce7983
8 changed files with 401 additions and 283 deletions

View file

@ -50,4 +50,5 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.preference:preference:1.2.1")
}