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 +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ 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.1.0'
15
+ implementation 'no.nordicsemi.android:ble-common:2.1.0-2 '
16
16
```
17
17
The BLE Common library depends on BLE Library with the same version number.
18
18
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.1.0'
9
+ PUBLISH_VERSION = '2.1.0-2 '
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 26
40
- versionName " 2.1.0"
39
+ versionCode 27
40
+ versionName " 2.1.0-2 "
41
41
42
42
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
43
43
}
You can’t perform that action at this time.
0 commit comments