File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
23
23
compile 'io.reactivex.rxjava2:rxandroid:2.0.0-RC1'
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.0.0-RC4 '
26
+ compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5 '
27
27
```
28
28
29
29
* RxAndroid: <a href =' http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxjava%22 ' ><img src =' http://img.shields.io/maven-central/v/io.reactivex.rxjava2/rxandroid.svg ' ></a >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
40
40
}
41
41
42
42
dependencies {
43
- compile ' io.reactivex.rxjava2:rxjava:2.0.0-RC4 '
43
+ compile ' io.reactivex.rxjava2:rxjava:2.0.0-RC5 '
44
44
45
45
testCompile ' junit:junit:4.12'
46
46
testCompile ' org.robolectric:robolectric:3.1.2'
You can’t perform that action at this time.
0 commit comments