diff --git a/README.md b/README.md index 17aa035..e94b896 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 2.x reactive types. ``` dependencies { - compile "com.github.akarnokd:rxjava2-interop:0.11.2" + compile "com.github.akarnokd:rxjava2-interop:0.11.3" } ``` diff --git a/build.gradle b/build.gradle index 4915785..899d0d9 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { compile "org.reactivestreams:reactive-streams:1.0.1" compile "io.reactivex:rxjava:1.3.4" - compile "io.reactivex.rxjava2:rxjava:2.1.7" + compile "io.reactivex.rxjava2:rxjava:2.1.8" testCompile group: 'junit', name: 'junit', version: '4.12' testCompile 'org.mockito:mockito-core:2.12.0' diff --git a/gradle.properties b/gradle.properties index 490fce0..8b9cd41 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.11.2 +version=0.11.3