diff --git a/README.md b/README.md index cca9341..c7452c3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ used as an example by [Android nRF Toolbox](https://github.com/NordicSemiconduct The library is available on jcenter and Maven-Central repositories. Add the following dependency to your *build.gradle* file: ```grovy -implementation 'no.nordicsemi.android:ble-common:2.0.0' +implementation 'no.nordicsemi.android:ble-common:2.0.5' ``` The BLE Common library depends on BLE Library with the same version number. diff --git a/ble-common/build.gradle b/ble-common/build.gradle index 265a6b3..516b9b4 100644 --- a/ble-common/build.gradle +++ b/ble-common/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray' ext { PUBLISH_GROUP_ID = 'no.nordicsemi.android' PUBLISH_ARTIFACT_ID = 'ble-common' - PUBLISH_VERSION = '2.0.0' + PUBLISH_VERSION = '2.0.5' bintrayRepo = 'android' bintrayName = 'ble-common-library' @@ -36,8 +36,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 28 - versionCode 20 - versionName "2.0.0" + versionCode 25 + versionName "2.0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -57,7 +57,7 @@ android { dependencies { // Import the BLE Library - api 'no.nordicsemi.android:ble:2.0.0' + api 'no.nordicsemi.android:ble:2.0.5' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' diff --git a/build.gradle b/build.gradle index a218c03..d921b7d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.0' /* classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 154de5d..a5ca1cc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Sep 28 13:33:27 CEST 2018 +#Fri Feb 01 11:35:19 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip