Skip to content

Commit 004e664

Browse files
author
Github Action
committed
Update readme to version=2.6.1
1 parent 3c1096e commit 004e664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ The library may be found on Maven Central repository.
1010
Add it to your project by adding the following dependency:
1111

1212
```groovy
13-
implementation 'no.nordicsemi.android:ble:2.6.0'
13+
implementation 'no.nordicsemi.android:ble:2.6.1'
1414
```
1515
The last version not migrated to AndroidX is 2.0.5.
1616

1717
BLE library with Kotlin extension is available in:
1818
```groovy
19-
implementation 'no.nordicsemi.android:ble-ktx:2.6.0'
19+
implementation 'no.nordicsemi.android:ble-ktx:2.6.1'
2020
```
2121

2222
To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
2323
```groovy
24-
implementation 'no.nordicsemi.android:ble-common:2.6.0'
24+
implementation 'no.nordicsemi.android:ble-common:2.6.1'
2525
```
2626
For more information, read [this](BLE-COMMON.md).
2727

2828
An extension for easier integration with `LiveData` is available after adding:
2929
```groovy
30-
implementation 'no.nordicsemi.android:ble-livedata:2.6.0'
30+
implementation 'no.nordicsemi.android:ble-livedata:2.6.1'
3131
```
3232
This extension adds `ObservableBleManager` with `state` and `bondingState` properties, which
3333
notify about connection and bond state using `androidx.lifecycle.LiveData`.

0 commit comments

Comments
 (0)