diff --git a/README.md b/README.md index 9594996..f10f8de 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ RxJava 3: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io. ```groovy dependencies { - implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC4" + implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC5" } ``` diff --git a/build.gradle b/build.gradle index 5a3d0ee..862cda5 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ repositories { dependencies { implementation "io.reactivex.rxjava2:rxjava:2.2.14" - implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC4" + implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC5" testImplementation 'junit:junit:4.12' }