Skip to content

3.0.0

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 14 Feb 15:38
· 51 commits to 3.x since this release

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:

implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'