From d1758e060d6cc7c80eec1cd1d7c14a20cad39253 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 03:57:53 +0000 Subject: [PATCH] Bump rxjava from 2.1.3 to 2.2.13 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.1.3 to 2.2.13. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.13/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.1.3...v2.2.13) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 776b193..7247609 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'com.android.support:appcompat-v7:26.0.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support:design:26.0.0' - implementation 'io.reactivex.rxjava2:rxjava:2.1.3' + implementation 'io.reactivex.rxjava2:rxjava:2.2.13' implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' implementation 'com.squareup.okhttp3:okhttp:3.8.1' implementation 'com.squareup.retrofit2:retrofit:2.3.0'