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

Commit eb7c69f

Browse files
committed
Version 2.2.0-alpha06
1 parent a7ae03e commit eb7c69f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ble-common/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ android {
77
minSdkVersion 18
88
targetSdkVersion 29
99
versionCode 28
10-
versionName VERSION_NAME
1110

1211
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1312
}
@@ -27,7 +26,7 @@ android {
2726

2827
dependencies {
2928
// Import the BLE Library
30-
api 'no.nordicsemi.android:ble:2.2.0-alpha05'
29+
api 'no.nordicsemi.android:ble:2.2.0-alpha06'
3130

3231
testImplementation 'junit:junit:4.12'
3332
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-alpha05
19+
VERSION_NAME=2.2.0-alpha06
2020
GROUP=no.nordicsemi.android
2121

2222
POM_DESCRIPTION=Bluetooth Low Energy library for Android

0 commit comments

Comments
 (0)