File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# RxAndroid Releases #
2
2
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
+
3
11
### Version 1.2.0 - May 4th 2016 ###
4
12
5
13
* 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
20
20
# Binaries
21
21
22
22
``` groovy
23
- compile 'io.reactivex:rxandroid:1.2.0 '
23
+ compile 'io.reactivex:rxandroid:1.2.1 '
24
24
// Because RxAndroid releases are few and far between, it is recommended you also
25
25
// explicitly depend on RxJava's latest version for bug fixes and new features.
26
26
compile 'io.reactivex:rxjava:1.1.6'
You can’t perform that action at this time.
0 commit comments