Skip to content

Commit

Permalink
Update readme to version=2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Oct 24, 2023
1 parent bfcfdf9 commit 3112b52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -23,24 +23,24 @@ The library may be found on Maven Central repository.
Add it to your project by adding the following dependency:

```groovy
implementation 'no.nordicsemi.android:ble:2.7.1'
implementation 'no.nordicsemi.android:ble:2.7.2'
```
The last version not migrated to AndroidX is 2.0.5.

BLE library with Kotlin extension is available in:
```groovy
implementation 'no.nordicsemi.android:ble-ktx:2.7.1'
implementation 'no.nordicsemi.android:ble-ktx:2.7.2'
```

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

An extension for easier integration with `LiveData` is available after adding:
```groovy
implementation 'no.nordicsemi.android:ble-livedata:2.7.1'
implementation 'no.nordicsemi.android:ble-livedata:2.7.2'
```
This extension adds `ObservableBleManager` with `state` and `bondingState` properties, which
notify about connection and bond state using `androidx.lifecycle.LiveData`.
Expand Down

0 comments on commit 3112b52

Please sign in to comment.