File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The API is clean and easy to read.
262613 . Operation timeouts (for * connect* , * disconnect* and * wait for notification* requests)
272714 . Error handling
282815 . Logging
29- 16 . GATT server (since version 2.2.0 )
29+ 16 . GATT server (since version 2.2)
3030
3131The library ** does not provide support for scanning** for Bluetooth LE devices.
3232For scanning, we recommend using
@@ -64,19 +64,19 @@ The library may be found on jcenter and Maven Central repository.
6464Add it to your project by adding the following dependency:
6565
6666``` grovy
67- implementation 'no.nordicsemi.android:ble:2.2.1 '
67+ implementation 'no.nordicsemi.android:ble:2.2.2 '
6868```
6969The last version not migrated to AndroidX is 2.0.5.
7070
7171To import the BLE library with set of parsers for common Bluetooth SIG characteristics, use:
7272``` grovy
73- implementation 'no.nordicsemi.android:ble-common:2.2.1 '
73+ implementation 'no.nordicsemi.android:ble-common:2.2.2 '
7474```
7575For more information, read [ this] ( BLE-COMMON.md ) .
7676
7777An extension for easier integration with ` LiveData ` is available after adding:
7878``` grovy
79- implementation 'no.nordicsemi.android:ble-livedata:2.2.1 '
79+ implementation 'no.nordicsemi.android:ble-livedata:2.2.2 '
8080```
8181This extension adds ` ObservableBleManager ` with ` state ` and ` bondingState ` properties, which
8282notify about connection and bond state using ` androidx.lifecycle.LiveData ` .
Original file line number Diff line number Diff line change 1616# org.gradle.parallel=true
1717android.useAndroidX =true
1818
19- VERSION_NAME =2.2.1
19+ VERSION_NAME =2.2.2
2020GROUP =no.nordicsemi.android
2121
2222POM_DESCRIPTION =Bluetooth Low Energy library for Android
You can’t perform that action at this time.
0 commit comments