Skip to content

Commit

Permalink
Updated Changelog and Readmes. Release 1.10.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Nov 25, 2019
1 parent ab6c5cf commit 04f3965
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========
Version 1.10.5
* Fixed possibly incorrect order of notifications and operation completions (https://github.com/Polidea/RxAndroidBle/pull/639)
* Fixed possibility of library being stalled on operation cancelling (https://github.com/Polidea/RxAndroidBle/pull/650)
* Fixed a silenced `IllegalStateException` after a scan is stopped because `BluetoothAdapter` being disabled (https://github.com/Polidea/RxAndroidBle/pull/649)

Version 1.10.4
* Fixed location permission check for Android 10 (https://github.com/Polidea/RxAndroidBle/pull/640)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,15 @@ Keep in mind that these are only _samples_ to show how the library can be used.
### Gradle
```groovy
implementation "com.polidea.rxandroidble2:rxandroidble:1.10.4"
implementation "com.polidea.rxandroidble2:rxandroidble:1.10.5"
```
### Maven
```xml
<dependency>
<groupId>com.polidea.rxandroidble2</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.10.4</version>
<version>1.10.5</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.10.5-SNAPSHOT
VERSION_NAME=1.10.5

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.10.4</version>
<version>1.10.5</version>
<type>aar</type>
</dependency>
```

or via Gradle

```groovy
implementation "com.polidea.rxandroidble2:mockclient:1.10.4"
implementation "com.polidea.rxandroidble2:mockclient:1.10.5"
```

### License
Expand Down

0 comments on commit 04f3965

Please sign in to comment.