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 @@ -27,24 +27,24 @@ The library may be found on Maven Central repository.
2727Add it to your project by adding the following dependency:
2828
2929``` groovy
30- implementation 'no.nordicsemi.android:ble:2.11 .0'
30+ implementation 'no.nordicsemi.android:ble:2.12 .0'
3131```
3232The last version not migrated to AndroidX is 2.0.5.
3333
3434BLE library with Kotlin extension is available in:
3535``` groovy
36- implementation 'no.nordicsemi.android:ble-ktx:2.11 .0'
36+ implementation 'no.nordicsemi.android:ble-ktx:2.12 .0'
3737```
3838
3939To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
4040``` groovy
41- implementation 'no.nordicsemi.android:ble-common:2.11 .0'
41+ implementation 'no.nordicsemi.android:ble-common:2.12 .0'
4242```
4343For more information, read [ this] ( BLE-COMMON.md ) .
4444
4545An extension for easier integration with ` LiveData ` is available after adding:
4646``` groovy
47- implementation 'no.nordicsemi.android:ble-livedata:2.11 .0'
47+ implementation 'no.nordicsemi.android:ble-livedata:2.12 .0'
4848```
4949This extension adds ` ObservableBleManager ` with ` state ` and ` bondingState ` properties, which
5050notify about connection and bond state using ` androidx.lifecycle.LiveData ` .
You can’t perform that action at this time.
0 commit comments