Skip to content

Commit 23677cb

Browse files
upgraded to RxJava2 RC2
1 parent 58e927d commit 23677cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Users switching from 1.x to 2.x have to re-organize their imports, but carefully
2424

2525
Add this in your build.gradle
2626
```groovy
27-
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC1'
27+
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC2'
2828
```
2929
If you are using RxAndroid also, then add the following
3030
```groovy

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
testCompile 'junit:junit:4.12'
2525
compile 'com.android.support:appcompat-v7:24.1.1'
26-
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC1'
26+
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC2'
2727
compile 'io.reactivex.rxjava2:rxandroid:2.0.0-RC1'
2828
}

0 commit comments

Comments
 (0)