Skip to content

Commit

Permalink
Update readme to version=2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Mar 21, 2024
1 parent 1980270 commit 6dd5bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
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.3'
implementation 'no.nordicsemi.android:ble:2.7.4'
```
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.3'
implementation 'no.nordicsemi.android:ble-ktx:2.7.4'
```

To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
```groovy
implementation 'no.nordicsemi.android:ble-common:2.7.3'
implementation 'no.nordicsemi.android:ble-common:2.7.4'
```
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.3'
implementation 'no.nordicsemi.android:ble-livedata:2.7.4'
```
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 6dd5bec

Please sign in to comment.