From 8b883518ff20ff43aef80f5f77c851fc47069d73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 04:45:45 +0000 Subject: [PATCH] Bump rxjava from 3.0.0-RC2 to 3.0.0-RC3 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0-RC2 to 3.0.0-RC3. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.0-RC2...v3.0.0-RC3) 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 5d9f0a5..eb07b47 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ repositories { dependencies { implementation "io.reactivex.rxjava2:rxjava:2.2.12" - implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC2" + implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC3" testImplementation 'junit:junit:4.12' }