File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# RxAndroid Releases #
2
2
3
- Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md
3
+ ### Version 2.1.0 - August 16, 2018 ###
4
+
5
+ ** API Enhancements**
6
+
7
+ * [ Pull 416] ( https://github.com/ReactiveX/RxAndroid/pull/416 ) - Add an option to post async messages
8
+
4
9
5
10
### Version 2.0.2 - January 12, 2018 ###
6
11
@@ -44,3 +49,8 @@ slightly different names.
44
49
45
50
For more information about RxJava 2.0 see
46
51
[ its RC1 release notes] ( https://github.com/ReactiveX/RxJava/releases/tag/v2.0.0-RC1 )
52
+
53
+
54
+ ---
55
+
56
+ Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md
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
- implementation 'io.reactivex.rxjava2:rxandroid:2.0.2 '
23
+ implementation 'io.reactivex.rxjava2:rxandroid:2.1.0 '
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
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
Original file line number Diff line number Diff line change 1
1
GROUP =io.reactivex.rxjava2
2
- VERSION_NAME =2.0.3
2
+ VERSION_NAME =2.1.0
3
3
POM_NAME =RxAndroid
4
4
POM_PACKAGING =aar
5
5
POM_DESCRIPTION =RxAndroid
You can’t perform that action at this time.
0 commit comments