From a69e4310d5af3280963390ad3052c0f8e570f0cc Mon Sep 17 00:00:00 2001 From: akarnokd Date: Mon, 21 Oct 2019 11:16:35 +0200 Subject: [PATCH] Upgrade to RxJava 3.0.0-RC4 --- README.md | 2 +- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 976df909..8584e620 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ RxJava 3.x implementation of extra sources, operators and components and ports o ``` dependencies { - compile "com.github.akarnokd:rxjava3-extensions:3.0.0-RC3" + compile "com.github.akarnokd:rxjava3-extensions:3.0.0-RC4" } ``` diff --git a/build.gradle b/build.gradle index aec939ae..a4c08a91 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { signature 'org.codehaus.mojo.signature:java16:1.1@signature' compile "org.reactivestreams:reactive-streams:1.0.3" - compile "io.reactivex.rxjava3:rxjava:3.0.0-RC3" + compile "io.reactivex.rxjava3:rxjava:3.0.0-RC4" testCompile group: 'junit', name: 'junit', version: '4.12' diff --git a/gradle.properties b/gradle.properties index 75df9ab9..27c3713e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.0.0-RC3 +version=3.0.0-RC4