From 6dd5bec2d1cbb99ed5c69ac4b68de437831d7163 Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 21 Mar 2024 16:46:28 +0000 Subject: [PATCH] Update readme to version=2.7.4 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9497f547..ec389ff1 100644 --- a/README.md +++ b/README.md @@ -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`.