This repository was archived by the owner on Aug 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ used as an example by [Android nRF Toolbox](https://github.com/NordicSemiconduct
12
12
The library is available on jcenter and Maven-Central repositories. Add the following dependency
13
13
to your * build.gradle* file:
14
14
``` grovy
15
- implementation 'no.nordicsemi.android:ble-common:2.0.5 '
15
+ implementation 'no.nordicsemi.android:ble-common:2.1.0 '
16
16
```
17
17
The BLE Common library depends on BLE Library with the same version number.
18
18
19
+ The last version not migrated to AndroidX is 2.0.5.
20
+
19
21
## Services
20
22
21
23
Currently the following service have been implemented:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray'
6
6
ext {
7
7
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
8
8
PUBLISH_ARTIFACT_ID = 'ble-common'
9
- PUBLISH_VERSION = '2.0.5 '
9
+ PUBLISH_VERSION = '2.1.0 '
10
10
11
11
bintrayRepo = 'android'
12
12
bintrayName = 'ble-common-library'
@@ -36,8 +36,8 @@ android {
36
36
defaultConfig {
37
37
minSdkVersion 18
38
38
targetSdkVersion 28
39
- versionCode 25
40
- versionName " 2.0.5 "
39
+ versionCode 26
40
+ versionName " 2.1.0 "
41
41
42
42
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
43
43
}
You can’t perform that action at this time.
0 commit comments