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

Commit 98fc4c8

Browse files
committed
Version 2.1.0
1 parent b4be22a commit 98fc4c8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ used as an example by [Android nRF Toolbox](https://github.com/NordicSemiconduct
1212
The library is available on jcenter and Maven-Central repositories. Add the following dependency
1313
to your *build.gradle* file:
1414
```grovy
15-
implementation 'no.nordicsemi.android:ble-common:2.0.5'
15+
implementation 'no.nordicsemi.android:ble-common:2.1.0'
1616
```
1717
The BLE Common library depends on BLE Library with the same version number.
1818

19+
The last version not migrated to AndroidX is 2.0.5.
20+
1921
## Services
2022

2123
Currently the following service have been implemented:

ble-common/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray'
66
ext {
77
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
88
PUBLISH_ARTIFACT_ID = 'ble-common'
9-
PUBLISH_VERSION = '2.0.5'
9+
PUBLISH_VERSION = '2.1.0'
1010
1111
bintrayRepo = 'android'
1212
bintrayName = 'ble-common-library'
@@ -36,8 +36,8 @@ android {
3636
defaultConfig {
3737
minSdkVersion 18
3838
targetSdkVersion 28
39-
versionCode 25
40-
versionName "2.0.5"
39+
versionCode 26
40+
versionName "2.1.0"
4141

4242
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4343
}

0 commit comments

Comments
 (0)