Skip to content

Commit 0efa444

Browse files
committed
Prepare version 2.1.0
1 parent a78a85e commit 0efa444

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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

4550
For 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.0.3
2+
VERSION_NAME=2.1.0
33
POM_NAME=RxAndroid
44
POM_PACKAGING=aar
55
POM_DESCRIPTION=RxAndroid

0 commit comments

Comments
 (0)