From d840fb757684f31825b79aad21d9a84e21ddf4d2 Mon Sep 17 00:00:00 2001 From: akarnokd Date: Sat, 29 Oct 2016 13:18:25 +0200 Subject: [PATCH] Update to 2.0.0 final --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e6d37b57..358dbdff 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.0" - compile "io.reactivex.rxjava2:rxjava:2.0.0-RC5" + compile "io.reactivex.rxjava2:rxjava:2.0.0" testCompile group: 'junit', name: 'junit', version: '4.12' diff --git a/gradle.properties b/gradle.properties index 60acae26..af0eb1ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.5.3 +version=0.6.0