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 @@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 3.x reactive types.
1717
1818```
1919dependencies {
20- compile "com.github.akarnokd:rxjava3-interop:3.0.0-RC8 "
20+ compile "com.github.akarnokd:rxjava3-interop:3.0.0"
2121}
2222```
2323
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848
4949 compile " org.reactivestreams:reactive-streams:1.0.3"
5050 compile " io.reactivex:rxjava:1.3.8"
51- compile " io.reactivex.rxjava3:rxjava:3.0.0-RC8 "
51+ compile " io.reactivex.rxjava3:rxjava:3.0.0"
5252
5353 testCompile group : ' junit' , name : ' junit' , version : ' 4.13'
5454 testCompile ' org.mockito:mockito-core:3.2.4'
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-interop
66POM_NAME =Interop library between RxJava 1.x and 3.x
You can’t perform that action at this time.
0 commit comments