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

Commit 4925545

Browse files
committed
Version 2.1.0-2
1 parent 18e4d73 commit 4925545

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.1.0'
15+
implementation 'no.nordicsemi.android:ble-common:2.1.0-2'
1616
```
1717
The BLE Common library depends on BLE Library with the same version number.
1818

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.1.0'
9+
PUBLISH_VERSION = '2.1.0-2'
1010
1111
bintrayRepo = 'android'
1212
bintrayName = 'ble-common-library'
@@ -36,8 +36,8 @@ android {
3636
defaultConfig {
3737
minSdkVersion 18
3838
targetSdkVersion 28
39-
versionCode 26
40-
versionName "2.1.0"
39+
versionCode 27
40+
versionName "2.1.0-2"
4141

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

0 commit comments

Comments
 (0)