Skip to content

1.1.0

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 09 Dec 20:24
  • New: MainThreadSubscription utility class runs its onUnsubscribe action on the Android main
    thread. This aids in adding tear-down actions which must be executed on the main thread without
    having to deal with posting to the main thread yourself.
  • Fix: Lazily initialize mainThread() scheduler so that no Android code is run when overridden.
    This allows unit tests overriding the implementation to work correctly.
  • RxJava dependency now points at v1.1.0.

Download:

compile 'io.reactivex:rxandroid:1.1.0'