From e4d075fb916f09a5aa80cc463fb002509105bc93 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 25 Jul 2020 13:07:56 -0400 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b0f00b32fc..2e666c1a2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -200,7 +200,7 @@ dependencies { implementation 'io.requery:sqlite-android:3.32.2' // Preferences - implementation 'com.github.tfcporciuncula:flow-preferences:1.1.1' + implementation 'com.github.tfcporciuncula:flow-preferences:1.3.0' // Model View Presenter final nucleus_version = '3.0.0' @@ -252,7 +252,7 @@ dependencies { implementation 'com.github.tachiyomiorg:conductor-support-preference:1.1.1' // FlowBinding - final flowbinding_version = '0.11.1' + final flowbinding_version = '0.12.0' implementation "io.github.reactivecircus.flowbinding:flowbinding-android:$flowbinding_version" implementation "io.github.reactivecircus.flowbinding:flowbinding-appcompat:$flowbinding_version" implementation "io.github.reactivecircus.flowbinding:flowbinding-recyclerview:$flowbinding_version"