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 @@ -10,24 +10,24 @@ The library may be found on Maven Central repository.
1010Add it to your project by adding the following dependency:
1111
1212``` groovy
13- implementation 'no.nordicsemi.android:ble:2.6.0 '
13+ implementation 'no.nordicsemi.android:ble:2.6.1 '
1414```
1515The last version not migrated to AndroidX is 2.0.5.
1616
1717BLE library with Kotlin extension is available in:
1818``` groovy
19- implementation 'no.nordicsemi.android:ble-ktx:2.6.0 '
19+ implementation 'no.nordicsemi.android:ble-ktx:2.6.1 '
2020```
2121
2222To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
2323``` groovy
24- implementation 'no.nordicsemi.android:ble-common:2.6.0 '
24+ implementation 'no.nordicsemi.android:ble-common:2.6.1 '
2525```
2626For more information, read [ this] ( BLE-COMMON.md ) .
2727
2828An extension for easier integration with ` LiveData ` is available after adding:
2929``` groovy
30- implementation 'no.nordicsemi.android:ble-livedata:2.6.0 '
30+ implementation 'no.nordicsemi.android:ble-livedata:2.6.1 '
3131```
3232This extension adds ` ObservableBleManager ` with ` state ` and ` bondingState ` properties, which
3333notify about connection and bond state using ` androidx.lifecycle.LiveData ` .
You can’t perform that action at this time.
0 commit comments