Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0.0.tar.gz | 2020-02-14 | 151.3 kB | |
3.0.0.zip | 2020-02-14 | 175.0 kB | |
README.md | 2020-02-14 | 754 Bytes | |
Totals: 3 Items | 327.0 kB | 0 |
General availability of RxAndroid 3.0 for use with RxJava 3.0!
The Maven groupId has changed to io.reactivex.rxjava3
and the package is now io.reactivex.rxjava3.android
.
The APIs and behavior of RxAndroid 3.0.0 is otherwise exactly the same as RxAndroid 2.1.1 with one notable exception:
Schedulers created via AndroidSchedulers.from
now deliver async messages by default.
This is also true for AndroidSchedulers.mainThread()
.
For more information about RxJava 3.0 see its release notes.
Download:
:::groovy
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'