From 4f59fe872a8b3f4701dbd2f46c62f7f03829fdcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Karnok?= Date: Thu, 15 Feb 2018 22:17:22 +0100 Subject: [PATCH] Upgrade to RxJava 1.3.6 --- 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 ed02920..6b8110f 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.12.1" + compile "com.github.akarnokd:rxjava2-interop:0.12.2" } ``` diff --git a/build.gradle b/build.gradle index 6cc3a1f..6194d36 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.2" - compile "io.reactivex:rxjava:1.3.5" + compile "io.reactivex:rxjava:1.3.6" compile "io.reactivex.rxjava2:rxjava:2.1.9" testCompile group: 'junit', name: 'junit', version: '4.12' diff --git a/gradle.properties b/gradle.properties index db02062..bcc1d49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.12.1 +version=0.12.2