Add Advanced Settings screen in the preferences.
This commit is contained in:
parent
54b290d630
commit
7091ad2e01
17 changed files with 524 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ dependencies {
|
|||
implementation(projects.libraries.network)
|
||||
implementation(projects.libraries.pushstore.api)
|
||||
implementation(projects.libraries.pushstore.test)
|
||||
implementation(projects.libraries.preferences.api)
|
||||
implementation(projects.libraries.testtags)
|
||||
implementation(projects.libraries.uiStrings)
|
||||
implementation(projects.features.rageshake.api)
|
||||
|
|
@ -55,6 +56,7 @@ dependencies {
|
|||
implementation(libs.accompanist.placeholder)
|
||||
implementation(libs.coil.compose)
|
||||
implementation(libs.androidx.browser)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
api(projects.features.preferences.api)
|
||||
ksp(libs.showkase.processor)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue