File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
23
23
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
24
24
// Because RxAndroid releases are few and far between, it is recommended you also
25
25
// 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'
27
28
```
28
29
29
30
* 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 >
You can’t perform that action at this time.
0 commit comments