File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RxJava 3: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.
1313``` groovy
1414
1515dependencies {
16- implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC8 "
16+ implementation "com.github.akarnokd:rxjava3-bridge:3.0.0"
1717}
1818```
1919
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories {
5050
5151dependencies {
5252 implementation " io.reactivex.rxjava2:rxjava:2.2.17"
53- implementation " io.reactivex.rxjava3:rxjava:3.0.0-RC9 "
53+ implementation " io.reactivex.rxjava3:rxjava:3.0.0"
5454 testImplementation ' junit:junit:4.13'
5555}
5656
Original file line number Diff line number Diff line change 11GROUP =com.github.akarnokd
2- VERSION_NAME =3.0.0-RC8
3- version =3.0.0-RC8
2+ VERSION_NAME =3.0.0
3+ version =3.0.0
44
55POM_ARTIFACT_ID =rxjava3-bridge
66POM_NAME =RxJava 3 Bridge to/from RxJava 2
You can’t perform that action at this time.
0 commit comments