From ebd1dab02f4dbddd68201dc469338eb5b1cdb3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:22:11 +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[bot] --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index fe7fd5094b..5db53abb69 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -346,7 +346,7 @@ dependencies { implementation 'com.jakewharton.rxrelay2:rxrelay:2.1.1' // RXBinding implementation 'com.jakewharton.rxbinding3:rxbinding:3.1.0' - implementation 'com.jakewharton.rxbinding3:rxbinding-appcompat:3.0.0' + implementation 'com.jakewharton.rxbinding3:rxbinding-appcompat:3.1.0' implementation 'com.jakewharton.rxbinding3:rxbinding-material:3.0.0' implementation("com.airbnb.android:epoxy:$epoxy_version")