From 7219ceb7e7c790be1a74b82e2f8de3e2146d4adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 21:13:10 +0000 Subject: [PATCH] chore(deps): bump rxjava from 2.2.4 to 2.2.5 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/2.x/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.4...v2.2.5) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4b1d24889..8fa77e158 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -129,7 +129,7 @@ dependencies { // RxJava implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' - implementation 'io.reactivex.rxjava2:rxjava:2.2.4' + implementation 'io.reactivex.rxjava2:rxjava:2.2.5' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0' // Picasso