Skip to content

Commit c5edfc2

Browse files
author
Github Action
committed
Update readme to version=2.7.3
1 parent eb3ae99 commit c5edfc2

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
@@ -23,24 +23,24 @@ The library may be found on Maven Central repository.
2323
Add it to your project by adding the following dependency:
2424

2525
```groovy
26-
implementation 'no.nordicsemi.android:ble:2.7.2'
26+
implementation 'no.nordicsemi.android:ble:2.7.3'
2727
```
2828
The last version not migrated to AndroidX is 2.0.5.
2929

3030
BLE library with Kotlin extension is available in:
3131
```groovy
32-
implementation 'no.nordicsemi.android:ble-ktx:2.7.2'
32+
implementation 'no.nordicsemi.android:ble-ktx:2.7.3'
3333
```
3434

3535
To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
3636
```groovy
37-
implementation 'no.nordicsemi.android:ble-common:2.7.2'
37+
implementation 'no.nordicsemi.android:ble-common:2.7.3'
3838
```
3939
For more information, read [this](BLE-COMMON.md).
4040

4141
An extension for easier integration with `LiveData` is available after adding:
4242
```groovy
43-
implementation 'no.nordicsemi.android:ble-livedata:2.7.2'
43+
implementation 'no.nordicsemi.android:ble-livedata:2.7.3'
4444
```
4545
This extension adds `ObservableBleManager` with `state` and `bondingState` properties, which
4646
notify about connection and bond state using `androidx.lifecycle.LiveData`.

0 commit comments

Comments
 (0)