Skip to content

Commit

Permalink
Updated Changelog and Readmes. Release 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Mar 29, 2019
1 parent fc36edc commit 7b1d573
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log
==========
Version 1.9.1
* Fixed `RxBleClient.observeStateChanges()` emissions (https://github.com/Polidea/RxAndroidBle/pull/556)
* Fixed `RxBleDevice.establishConnection(boolean, Timeout)` Javadoc (https://github.com/Polidea/RxAndroidBle/pull/558)

Version 1.9.0
* Added possibility to disable Location Services check before scan (https://github.com/Polidea/RxAndroidBle/pull/533)
* Reworked library logging API and behaviour (https://github.com/Polidea/RxAndroidBle/pull/551)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
### Gradle
```groovy
implementation "com.polidea.rxandroidble2:rxandroidble:1.9.0"
implementation "com.polidea.rxandroidble2:rxandroidble:1.9.1"
```
### Maven
```xml
<dependency>
<groupId>com.polidea.rxandroidble2</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.9.0</version>
<version>1.9.1</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.rxandroidble2
VERSION_NAME=1.9.1-SNAPSHOT
VERSION_NAME=1.9.1

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.rxandroidble2</groupId>
<artifactId>mockclient</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<type>aar</type>
</dependency>
```

or via Gradle

```groovy
implementation "com.polidea.rxandroidble2:mockclient:1.9.0"
implementation "com.polidea.rxandroidble2:mockclient:1.9.1"
```

### License
Expand Down

0 comments on commit 7b1d573

Please sign in to comment.