From d55165f9d21cb9aad79746a933e04e287dd8df0e Mon Sep 17 00:00:00 2001 From: Niklas Baudy Date: Sat, 29 Oct 2016 13:14:39 +0200 Subject: [PATCH] Update to final 2.0.0 version --- README.md | 2 +- rxandroid/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df4cf4c..72c39369 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi compile 'io.reactivex.rxjava2:rxandroid:2.0.0-RC1' // Because RxAndroid releases are few and far between, it is recommended you also // explicitly depend on RxJava's latest version for bug fixes and new features. -compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5' +compile 'io.reactivex.rxjava2:rxjava:2.0.0' ``` * RxAndroid: diff --git a/rxandroid/build.gradle b/rxandroid/build.gradle index 1bcacb64..56bd01f0 100644 --- a/rxandroid/build.gradle +++ b/rxandroid/build.gradle @@ -40,7 +40,7 @@ android { } dependencies { - compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5' + compile 'io.reactivex.rxjava2:rxjava:2.0.0' testCompile 'junit:junit:4.12' testCompile 'org.robolectric:robolectric:3.1.2'