Skip to content

3.0.1

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 09 Nov 03:48
· 23 commits to 3.x since this release

Fixed:

  • AndroidSchedulers.mainThread() now correctly checks whether async messages are supported by the
    current Android version. Previously it always assumed they were available (true on API 16+).

Changed:

  • Update to RxJava 3.1.5. This includes a transitive dependency bump to Reactive-Streams 1.0.4 which
    re-licenses that dependency from CC-0 to MIT-0.

Download:

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