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

Commit 82287c2

Browse files
committed
Version 2.0.5
1 parent 68804b0 commit 82287c2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.0.0'
15+
implementation 'no.nordicsemi.android:ble-common:2.0.5'
1616
```
1717
The BLE Common library depends on BLE Library with the same version number.
1818

ble-common/build.gradle

Lines changed: 4 additions & 4 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.0'
9+
PUBLISH_VERSION = '2.0.5'
1010
1111
bintrayRepo = 'android'
1212
bintrayName = 'ble-common-library'
@@ -36,8 +36,8 @@ android {
3636
defaultConfig {
3737
minSdkVersion 18
3838
targetSdkVersion 28
39-
versionCode 20
40-
versionName "2.0.0"
39+
versionCode 25
40+
versionName "2.0.5"
4141

4242
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
4343
}
@@ -57,7 +57,7 @@ android {
5757

5858
dependencies {
5959
// Import the BLE Library
60-
api 'no.nordicsemi.android:ble:2.0.0'
60+
api 'no.nordicsemi.android:ble:2.0.5'
6161

6262
testImplementation 'junit:junit:4.12'
6363
androidTestImplementation 'com.android.support.test:runner:1.0.2'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.2.1'
10+
classpath 'com.android.tools.build:gradle:3.3.0'
1111
/*
1212
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
1313
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Sep 28 13:33:27 CEST 2018
1+
#Fri Feb 01 11:35:19 CET 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)