From 9c626ad517025aa30b7018c64b8cb626e2bf30a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 22:58:17 +0200 Subject: [PATCH] Bump reactivenetwork-rx2 from 3.0.2 to 3.0.3 (#351) Bumps [reactivenetwork-rx2](https://github.com/pwittchen/ReactiveNetwork) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pwittchen/ReactiveNetwork/releases) - [Changelog](https://github.com/pwittchen/ReactiveNetwork/blob/RxJava2.x/CHANGELOG.md) - [Commits](https://github.com/pwittchen/ReactiveNetwork/commits) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 89c4d89d7..398989f4b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,7 @@ dependencies { implementation "com.aurelhubert:ahbottomnavigation:2.3.4" implementation 'com.ncapdevi:frag-nav:3.2.0' - implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.2' + implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.3' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation "io.reactivex.rxjava2:rxjava:2.2.8"