Skip to content

Commit

Permalink
Upgrade to RxJava 3.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jul 17, 2019
1 parent abb6e7a commit f7b14fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.x implementation of extra sources, operators and components and ports o

```
dependencies {
compile "com.github.akarnokd:rxjava3-extensions:3.0.0-RC0"
compile "com.github.akarnokd:rxjava3-extensions:3.0.0-RC1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "org.reactivestreams:reactive-streams:1.0.2"
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC0"
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC1"

testCompile group: 'junit', name: 'junit', version: '4.12'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.0.0-RC0
version=3.0.0-RC1

0 comments on commit f7b14fb

Please sign in to comment.