File tree 3 files changed +4
-4
lines changed
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.
13
13
``` groovy
14
14
15
15
dependencies {
16
- implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC8 "
16
+ implementation "com.github.akarnokd:rxjava3-bridge:3.0.0"
17
17
}
18
18
```
19
19
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories {
50
50
51
51
dependencies {
52
52
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"
54
54
testImplementation ' junit:junit:4.13'
55
55
}
56
56
Original file line number Diff line number Diff line change 1
1
GROUP =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
4
4
5
5
POM_ARTIFACT_ID =rxjava3-bridge
6
6
POM_NAME =RxJava 3 Bridge to/from RxJava 2
You can’t perform that action at this time.
0 commit comments