Skip to content

Commit

Permalink
Update to RxJava 3.0.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Nov 18, 2019
1 parent 630601f commit ecb3a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RxJava 3: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.
```groovy
dependencies {
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC4"
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC5"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {

dependencies {
implementation "io.reactivex.rxjava2:rxjava:2.2.14"
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC4"
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC5"
testImplementation 'junit:junit:4.12'
}

Expand Down

0 comments on commit ecb3a25

Please sign in to comment.