From 390bdfa93df53d9209c64bffc7a319a119df5fb9 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 6 Jun 2020 12:54:58 -0400 Subject: [PATCH] Update conductor-support-preference to handle EditTextPreference bind listener --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3f4c8b1374..72ad0bf5a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,7 +150,7 @@ dependencies { // UI library implementation 'com.google.android.material:material:1.1.0' - standardImplementation 'com.google.firebase:firebase-core:17.4.2' + standardImplementation 'com.google.firebase:firebase-core:17.4.3' // ReactiveX implementation 'io.reactivex:rxandroid:1.2.1' @@ -247,7 +247,7 @@ dependencies { implementation("com.bluelinelabs:conductor-support:2.1.5") { exclude group: "com.android.support" } - implementation 'com.github.inorichi:conductor-support-preference:a32c357' + implementation 'com.github.tachiyomiorg:conductor-support-preference:1.1.1' // FlowBinding final flowbinding_version = '0.11.1'