diff --git a/README.md b/README.md index 01ef1a0..610c352 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 3.x reactive types. ``` dependencies { - compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC7" + compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC8" } ``` diff --git a/build.gradle b/build.gradle index 67bf698..6d54ab7 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { compile "org.reactivestreams:reactive-streams:1.0.3" compile "io.reactivex:rxjava:1.3.8" - compile "io.reactivex.rxjava3:rxjava:3.0.0-RC7" + compile "io.reactivex.rxjava3:rxjava:3.0.0-RC8" testCompile group: 'junit', name: 'junit', version: '4.13' testCompile 'org.mockito:mockito-core:3.2.4' diff --git a/gradle.properties b/gradle.properties index 059cbff..6db929f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.github.akarnokd -VERSION_NAME=3.0.0-RC7 -version=3.0.0-RC7 +VERSION_NAME=3.0.0-RC8 +version=3.0.0-RC8 POM_ARTIFACT_ID=rxjava3-interop POM_NAME=Interop library between RxJava 1.x and 3.x