Skip to content

Commit e1df31e

Browse files
author
Github Action
committed
Update readme to version=2.9.0-beta03
1 parent 3c9300a commit e1df31e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ The library may be found on Maven Central repository.
2727
Add it to your project by adding the following dependency:
2828

2929
```groovy
30-
implementation 'no.nordicsemi.android:ble:2.9.0-beta02'
30+
implementation 'no.nordicsemi.android:ble:2.9.0-beta03'
3131
```
3232
The last version not migrated to AndroidX is 2.0.5.
3333

3434
BLE library with Kotlin extension is available in:
3535
```groovy
36-
implementation 'no.nordicsemi.android:ble-ktx:2.9.0-beta02'
36+
implementation 'no.nordicsemi.android:ble-ktx:2.9.0-beta03'
3737
```
3838

3939
To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
4040
```groovy
41-
implementation 'no.nordicsemi.android:ble-common:2.9.0-beta02'
41+
implementation 'no.nordicsemi.android:ble-common:2.9.0-beta03'
4242
```
4343
For more information, read [this](BLE-COMMON.md).
4444

4545
An extension for easier integration with `LiveData` is available after adding:
4646
```groovy
47-
implementation 'no.nordicsemi.android:ble-livedata:2.9.0-beta02'
47+
implementation 'no.nordicsemi.android:ble-livedata:2.9.0-beta03'
4848
```
4949
This extension adds `ObservableBleManager` with `state` and `bondingState` properties, which
5050
notify about connection and bond state using `androidx.lifecycle.LiveData`.

0 commit comments

Comments
 (0)