Skip to content

Commit 7a0a869

Browse files
committed
Upgrade 3.0.0-RC5
1 parent ced81d3 commit 7a0a869

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RxJava 3.x implementation of extra sources, operators and components and ports o
1313

1414
```
1515
dependencies {
16-
compile "com.github.akarnokd:rxjava3-extensions:3.0.0-RC4"
16+
compile "com.github.akarnokd:rxjava3-extensions:3.0.0-RC5"
1717
}
1818
```
1919

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
4848

4949
compile "org.reactivestreams:reactive-streams:1.0.3"
50-
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC4"
50+
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC5"
5151

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

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.github.akarnokd
2-
VERSION_NAME=3.0.0-RC4
3-
version=3.0.0-RC4
2+
VERSION_NAME=3.0.0-RC5
3+
version=3.0.0-RC5
44

55
POM_ARTIFACT_ID=rxjava3-extensions
66
POM_NAME=RxJava 3 extra sources, operators and components

0 commit comments

Comments
 (0)