File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ The library may be found on Maven Central repository.
2323Add 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```
2828The last version not migrated to AndroidX is 2.0.5.
2929
3030BLE 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
3535To 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```
3939For more information, read [ this] ( BLE-COMMON.md ) .
4040
4141An 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```
4545This extension adds ` ObservableBleManager ` with ` state ` and ` bondingState ` properties, which
4646notify about connection and bond state using ` androidx.lifecycle.LiveData ` .
You can’t perform that action at this time.
0 commit comments