From 6cf9a65e0e84ccfe2143914f4b2ba956f990d4f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 11 Jun 2019 23:21:00 +0000 Subject: [PATCH] Bump rxandroid from 2.0.2 to 2.1.1 Bumps [rxandroid](https://github.com/ReactiveX/RxAndroid) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/ReactiveX/RxAndroid/releases) - [Changelog](https://github.com/ReactiveX/RxAndroid/blob/2.x/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxAndroid/compare/2.0.2...2.1.1) 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 c64bd3f..dabb30d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ ext { } ext.deps = [rxjava2 : 'io.reactivex.rxjava2:rxjava:2.2.0', - rxandroid2 : 'io.reactivex.rxjava2:rxandroid:2.0.2', + rxandroid2 : 'io.reactivex.rxjava2:rxandroid:2.1.1', supportannotations : 'com.android.support:support-annotations:28.0.0-rc01', appcompatv7 : 'com.android.support:appcompat-v7:28.0.0-rc01', junit : 'junit:junit:4.12',