RxAndroid v2.0.0-RC1 Release Notes
Release Date: 2016-08-25 // over 4 years ago-
๐ 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 anyLooper
, 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'