File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# RxAndroid Releases #
22
3+ ### Version 1.2.1 - June 16th 2016 ###
4+
5+ * New: ` AndroidSchedulers.reset() ` allows clearing the scheduler cache such that the next call to
6+ ` AndroidSchedulers.mainThread() ` will ask the ` RxAndroidSchedulerHook ` to re-create it. This API
7+ is experimental to match ` Schedulers.reset() ` in RxJava.
8+ * RxJava dependency now points at v1.1.6.
9+
10+
311### Version 1.2.0 - May 4th 2016 ###
412
513 * Rewrite the Android-specific schedulers (main thread or custom) to greatly reduce allocation and
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2020# Binaries
2121
2222``` groovy
23- compile 'io.reactivex:rxandroid:1.2.0 '
23+ compile 'io.reactivex:rxandroid:1.2.1 '
2424// Because RxAndroid releases are few and far between, it is recommended you also
2525// explicitly depend on RxJava's latest version for bug fixes and new features.
2626compile 'io.reactivex:rxjava:1.1.6'
You can’t perform that action at this time.
0 commit comments