Skip to content

2.0.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 25 Aug 16:01
· 156 commits to 3.x since this release

RxAndroid 2.0 has been rewritten from scratch to support RxJava 2.0.

The library still offers the same APIs: a scheduler and stream cancelation callback that know about
the main thread, a means of creating a scheduler from any Looper, and plugin support for the
main thread sheduler. They just reside in a new package, io.reactivex.android, and may have
slightly different names.

For more information about RxJava 2.0 see its RC1 release notes

Download:

compile 'io.reactivex.rxjava2:rxandroid:2.0.0-RC1'