Skip to content

Commit 8635f62

Browse files
asiplasJakeWharton
authored andcommitted
Defer to GitHub releases page for latest RxJava version number (#414)
1 parent 2befa73 commit 8635f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2323
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
2424
// Because RxAndroid releases are few and far between, it is recommended you also
2525
// explicitly depend on RxJava's latest version for bug fixes and new features.
26-
compile 'io.reactivex.rxjava2:rxjava:2.1.8'
26+
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
27+
compile 'io.reactivex.rxjava2:rxjava:2.x.x'
2728
```
2829

2930
* RxAndroid: <a href='http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxandroid%22'><img src='http://img.shields.io/maven-central/v/io.reactivex.rxjava2/rxandroid.svg'></a>

0 commit comments

Comments
 (0)