From 061d7186689977d0f5b7ddda6492d396286b2040 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 08:44:32 +0100 Subject: [PATCH] Bump rxjava from 3.0.0-RC7 to 3.0.0-RC8 (#19) Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0-RC7 to 3.0.0-RC8. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.0-RC7...v3.0.0-RC8) 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 4fb870c..519bc35 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC7" + implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC8" implementation "com.squareup.retrofit2:retrofit:2.7.1" testImplementation 'junit:junit:4.12' testImplementation 'com.squareup.okhttp3:mockwebserver:4.3.1'