From 94af9a1dc41d9247f0599c0d1b3aa7112f1a6f67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 15:11:46 +0000 Subject: [PATCH] Bump rxbinding-appcompat from 3.0.0 to 3.1.0 Bumps [rxbinding-appcompat](https://github.com/JakeWharton/RxBinding) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/JakeWharton/RxBinding/releases) - [Changelog](https://github.com/JakeWharton/RxBinding/blob/master/CHANGELOG.md) - [Commits](https://github.com/JakeWharton/RxBinding/compare/3.0.0...3.1.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 463e87a..84e5074 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ buildscript { 'android' : 'io.reactivex.rxjava2:rxandroid:2.1.1', 'relay' : 'com.jakewharton.rxrelay2:rxrelay:2.1.1', 'binding' : 'com.jakewharton.rxbinding3:rxbinding-core:3.1.0', - 'bindingAppcompat': 'com.jakewharton.rxbinding3:rxbinding-appcompat:3.0.0', + 'bindingAppcompat': 'com.jakewharton.rxbinding3:rxbinding-appcompat:3.1.0', 'bindingDesign' : 'com.jakewharton.rxbinding3:rxbinding-design-kotlin:3.0.0' ], ]