浏览代码

Update conductor-support-preference to handle EditTextPreference bind listener

arkon 4 年之前
父节点
当前提交
390bdfa93d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -150,7 +150,7 @@ dependencies {
     // UI library
     // UI library
     implementation 'com.google.android.material:material:1.1.0'
     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
     // ReactiveX
     implementation 'io.reactivex:rxandroid:1.2.1'
     implementation 'io.reactivex:rxandroid:1.2.1'
@@ -247,7 +247,7 @@ dependencies {
     implementation("com.bluelinelabs:conductor-support:2.1.5") {
     implementation("com.bluelinelabs:conductor-support:2.1.5") {
         exclude group: "com.android.support"
         exclude group: "com.android.support"
     }
     }
-    implementation 'com.github.inorichi:conductor-support-preference:a32c357'
+    implementation 'com.github.tachiyomiorg:conductor-support-preference:1.1.1'
 
 
     // FlowBinding
     // FlowBinding
     final flowbinding_version = '0.11.1'
     final flowbinding_version = '0.11.1'