Skip to content

Commit

Permalink
Defer to GitHub releases page for latest RxJava version number (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
asiplas authored and JakeWharton committed Feb 12, 2018
1 parent 2befa73 commit 8635f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
// 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.1.8'
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
compile 'io.reactivex.rxjava2:rxjava:2.x.x'
```

* 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>
Expand Down

0 comments on commit 8635f62

Please sign in to comment.