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 11# RxAndroid Releases #
22
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+
49
510### Version 2.0.2 - January 12, 2018 ###
611
@@ -44,3 +49,8 @@ slightly different names.
4449
4550For more information about RxJava 2.0 see
4651[ 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
2020# Binaries
2121
2222``` groovy
23- implementation 'io.reactivex.rxjava2:rxandroid:2.0.2 '
23+ implementation 'io.reactivex.rxjava2:rxandroid:2.1.0 '
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.
2626// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
Original file line number Diff line number Diff line change 11GROUP =io.reactivex.rxjava2
2- VERSION_NAME =2.0.3
2+ VERSION_NAME =2.1.0
33POM_NAME =RxAndroid
44POM_PACKAGING =aar
55POM_DESCRIPTION =RxAndroid
You can’t perform that action at this time.
0 commit comments