From 0726e321cfdf538dfe68bda34ffadd719b20cfa4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 03:35:13 +0000 Subject: [PATCH] Bump rxbinding from 3.0.0 to 3.1.0 Bumps [rxbinding](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 9800151..48d0194 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ ext { material_version = '1.1.0-beta01' recyclerview_version = '1.1.0-rc01' constraintlayout_version = '2.0.0-beta3' - rxbinding_version = '3.0.0' + rxbinding_version = '3.1.0' paging_version = '2.1.0' }