소스 검색

Update conductor-support-preference for AndroidX preference v1.1.0 compat (fixes #2431)

arkon 5 년 전
부모
커밋
ed7ebf2da1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -212,7 +212,7 @@ dependencies {
     implementation ("com.bluelinelabs:conductor-support:2.1.5") {
         exclude group: "com.android.support"
     }
-    implementation 'com.github.inorichi:conductor-support-preference:78e2344'
+    implementation 'com.github.inorichi:conductor-support-preference:a32c357'
 
     // RxBindings
     final rxbindings_version = '1.0.1'