Skip to content

Commit 3c3cf14

Browse files
Updated Changelog and Readmes. Release 1.7.0.
1 parent e13a06f commit 3c3cf14

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Change Log
22
==========
3-
Version 1.7.0-SNAPSHOT
3+
Version 1.7.0
44
* Introduced a new API that allows for background scanning in modern Android OS versions (https://github.com/Polidea/RxAndroidBle/issues/369)
5-
5+
* Fixed LocationServicesOkObservable (https://github.com/Polidea/RxAndroidBle/pull/438)
6+
* Added GATT status code to `BleDisconnectionException` (https://github.com/Polidea/RxAndroidBle/pull/405)
7+
* Fixed possible concurrent access to `DisconnectionRouter` (https://github.com/Polidea/RxAndroidBle/pull/442)
8+
* Fixed race condition in `CharacteristicLongWriteOperation` (https://github.com/Polidea/RxAndroidBle/pull/465)
69

710
Version 1.6.0
811
* Deprecated ConnectionSharingAdapter (https://github.com/Polidea/RxAndroidBle/pull/397)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
344344
### Gradle
345345
346346
```groovy
347-
compile "com.polidea.rxandroidble2:rxandroidble:1.6.0"
347+
compile "com.polidea.rxandroidble2:rxandroidble:1.7.0"
348348
```
349349
### Maven
350350
351351
```xml
352352
<dependency>
353353
<groupId>com.polidea.rxandroidble2</groupId>
354354
<artifactId>rxandroidble</artifactId>
355-
<version>1.6.0</version>
355+
<version>1.7.0</version>
356356
<type>aar</type>
357357
</dependency>
358358
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.polidea.rxandroidble2
2-
VERSION_NAME=1.7.0-SNAPSHOT
2+
VERSION_NAME=1.7.0
33

44
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
55

mockrxandroidble/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Get MockRxAndroidBle via Maven:
4040
<dependency>
4141
<groupId>com.polidea.rxandroidble2</groupId>
4242
<artifactId>mockclient</artifactId>
43-
<version>1.6.0</version>
43+
<version>1.7.0</version>
4444
<type>aar</type>
4545
</dependency>
4646
```
4747

4848
or via Gradle
4949

5050
```groovy
51-
compile "com.polidea.rxandroidble2:mockclient:1.6.0"
51+
compile "com.polidea.rxandroidble2:mockclient:1.7.0"
5252
```
5353

5454
### License

0 commit comments

Comments
 (0)