Use Material dialogs for preferences

Partially addresses #2907
This commit is contained in:
arkon
2021-03-13 17:42:49 -05:00
parent 18b1326f3a
commit 112e233498
3 changed files with 16 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ dependencies {
implementation("com.bluelinelabs:conductor-support:2.1.5") {
exclude(group = "com.android.support")
}
implementation("com.github.tachiyomiorg:conductor-support-preference:1.1.1")
implementation("com.github.tachiyomiorg:conductor-support-preference:2.0.0")
// FlowBinding
val flowbindingVersion = "0.12.0"