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
1212The library is available on jcenter and Maven-Central repositories. Add the following dependency
1313to 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```
1717The BLE Common library depends on BLE Library with the same version number.
1818
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray'
66ext {
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 }
You can’t perform that action at this time.
0 commit comments