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'