Skip to content

Commit db80266

Browse files
authored
Merge pull request ReactiveX#341 from vanniktech/rc5
Update to RxJava RC5
2 parents 79d0991 + 46ba25a commit db80266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2323
compile 'io.reactivex.rxjava2:rxandroid:2.0.0-RC1'
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.0.0-RC4'
26+
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5'
2727
```
2828

2929
* 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>

rxandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC4'
43+
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC5'
4444

4545
testCompile 'junit:junit:4.12'
4646
testCompile 'org.robolectric:robolectric:3.1.2'

0 commit comments

Comments
 (0)