Skip to content

Commit 77bfada

Browse files
committed
Version 2.2.2
1 parent 402c696 commit 77bfada

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The API is clean and easy to read.
2626
13. Operation timeouts (for *connect*, *disconnect* and *wait for notification* requests)
2727
14. Error handling
2828
15. Logging
29-
16. GATT server (since version 2.2.0)
29+
16. GATT server (since version 2.2)
3030

3131
The library **does not provide support for scanning** for Bluetooth LE devices.
3232
For scanning, we recommend using
@@ -64,19 +64,19 @@ The library may be found on jcenter and Maven Central repository.
6464
Add it to your project by adding the following dependency:
6565

6666
```grovy
67-
implementation 'no.nordicsemi.android:ble:2.2.1'
67+
implementation 'no.nordicsemi.android:ble:2.2.2'
6868
```
6969
The last version not migrated to AndroidX is 2.0.5.
7070

7171
To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
7272
```grovy
73-
implementation 'no.nordicsemi.android:ble-common:2.2.1'
73+
implementation 'no.nordicsemi.android:ble-common:2.2.2'
7474
```
7575
For more information, read [this](BLE-COMMON.md).
7676

7777
An extension for easier integration with `LiveData` is available after adding:
7878
```grovy
79-
implementation 'no.nordicsemi.android:ble-livedata:2.2.1'
79+
implementation 'no.nordicsemi.android:ble-livedata:2.2.2'
8080
```
8181
This extension adds `ObservableBleManager` with `state` and `bondingState` properties, which
8282
notify about connection and bond state using `androidx.lifecycle.LiveData`.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# org.gradle.parallel=true
1717
android.useAndroidX=true
1818

19-
VERSION_NAME=2.2.1
19+
VERSION_NAME=2.2.2
2020
GROUP=no.nordicsemi.android
2121

2222
POM_DESCRIPTION=Bluetooth Low Energy library for Android

0 commit comments

Comments
 (0)