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 e53c937 commit 35a7b8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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-RC5"
compile "com.github.akarnokd:rxjava3-extensions: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 @@ -47,7 +47,7 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "org.reactivestreams:reactive-streams:1.0.3"
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'

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-extensions
POM_NAME=RxJava 3 extra sources, operators and components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import io.reactivex.rxjava3.core.Scheduler;
import io.reactivex.rxjava3.disposables.*;
import io.reactivex.rxjava3.exceptions.Exceptions;
import io.reactivex.rxjava3.internal.disposables.DisposableContainer;
import io.reactivex.rxjava3.internal.functions.Functions;
import io.reactivex.rxjava3.internal.schedulers.RxThreadFactory;
import io.reactivex.rxjava3.plugins.RxJavaPlugins;
Expand Down

0 comments on commit 35a7b8d

Please sign in to comment.