From 37fd1030f79ea303cc8f37beddf775bc22ce1217 Mon Sep 17 00:00:00 2001 From: akarnokd Date: Wed, 24 Jan 2018 09:52:06 +0100 Subject: [PATCH] Upgrade to RxJava 2.1.9 --- README.md | 2 +- build.gradle | 4 ++-- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82c81c7..8870e88 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.4" + compile "com.github.akarnokd:rxjava2-interop:0.11.5" } ``` diff --git a/build.gradle b/build.gradle index 899d0d9..98bbe5f 100644 --- a/build.gradle +++ b/build.gradle @@ -48,9 +48,9 @@ apply plugin: 'osgi' dependencies { signature 'org.codehaus.mojo.signature:java16:1.1@signature' - compile "org.reactivestreams:reactive-streams:1.0.1" + compile "org.reactivestreams:reactive-streams:1.0.2" compile "io.reactivex:rxjava:1.3.4" - compile "io.reactivex.rxjava2:rxjava:2.1.8" + compile "io.reactivex.rxjava2:rxjava:2.1.9" 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 630a01b..25d4002 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.11.4 +version=0.11.5