Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit a7ae03e

Browse files
committed
Version 2.2.0-alpha05
1 parent f4269a4 commit a7ae03e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The BLE Common library depends on BLE Library with the same version number.
1818

1919
To test the latest features, use the alpha build:
2020
```grovy
21-
implementation 'no.nordicsemi.android:ble-common:2.2.0-alpha04'
21+
implementation 'no.nordicsemi.android:ble-common:2.2.0-alpha05'
2222
```
2323

2424
The last version not migrated to AndroidX is 2.0.5.

ble-common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
dependencies {
2929
// Import the BLE Library
30-
api 'no.nordicsemi.android:ble:2.2.0-alpha04'
30+
api 'no.nordicsemi.android:ble:2.2.0-alpha05'
3131

3232
testImplementation 'junit:junit:4.12'
3333
androidTestImplementation 'androidx.test:runner:1.3.0-alpha03'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# org.gradle.parallel=true
1717
android.useAndroidX=true
1818

19-
VERSION_NAME=2.2.0-alpha04
19+
VERSION_NAME=2.2.0-alpha05
2020
GROUP=no.nordicsemi.android
2121

2222
POM_DESCRIPTION=Bluetooth Low Energy library for Android

0 commit comments

Comments
 (0)