Skip to content

Commit

Permalink
Updated Changelog and Readmes. Release 1.6.0. RxJava1. Probably the l…
Browse files Browse the repository at this point in the history
…ast release.
  • Loading branch information
dariuszseweryn committed Jul 6, 2018
1 parent b3543e2 commit 477051a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========
Version 1.5.0-SNAPSHOT
Version 1.6.0
* Added GATT status codes to BleDisconnectedException (https://github.com/Polidea/RxAndroidBle/pull/456)

Version 1.5.0
* Added possibility to change default operation timeout (https://github.com/Polidea/RxAndroidBle/pull/321)
* Fixed Dagger2 compatibility (https://github.com/Polidea/RxAndroidBle/pull/342 https://github.com/Polidea/RxAndroidBle/pull/348)
* Fixed DisconnectionRouter leaking subscription to RxBleAdapterStateObservable (https://github.com/Polidea/RxAndroidBle/pull/353)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,15 +327,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
### Gradle
```groovy
compile "com.polidea.rxandroidble:rxandroidble:1.5.0"
compile "com.polidea.rxandroidble:rxandroidble:1.6.0"
```
### Maven
```xml
<dependency>
<groupId>com.polidea.rxandroidble</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble
VERSION_NAME=1.5.0
VERSION_NAME=1.6.0

POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android

Expand Down
4 changes: 2 additions & 2 deletions mockrxandroidble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Get MockRxAndroidBle via Maven:
<dependency>
<groupId>com.polidea.rxandroidble</groupId>
<artifactId>mockclient</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<type>aar</type>
</dependency>
```

or via Gradle

```groovy
compile "com.polidea.rxandroidble:mockclient:1.5.0"
compile "com.polidea.rxandroidble:mockclient:1.6.0"
```

### License
Expand Down

0 comments on commit 477051a

Please sign in to comment.