Skip to content

Commit

Permalink
Upgrade to RxJava 3.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Dec 9, 2019
1 parent 4dc213a commit 7a7e381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 3.x reactive types.

```
dependencies {
compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC5"
compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC6"
}
```

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

compile "org.reactivestreams:reactive-streams:1.0.3"
compile "io.reactivex:rxjava:1.3.8"
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC5"
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC6"

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'org.mockito:mockito-core:3.2.0'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.github.akarnokd
VERSION_NAME=3.0.0-RC5
version=3.0.0-RC5
VERSION_NAME=3.0.0-RC6
version=3.0.0-RC6

POM_ARTIFACT_ID=rxjava3-interop
POM_NAME=Interop library between RxJava 1.x and 3.x
Expand Down

0 comments on commit 7a7e381

Please sign in to comment.