diff --git a/build.gradle b/build.gradle index 6bb3ff5..ab6442b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,12 +5,12 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.1.3' /* classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7" // The following dependency has been replaced with newer version according to https://github.com/dcendents/android-maven-plugin // classpath 'com.github.dcendents:android-maven-plugin:1.2' - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' */ // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/dfu/build.gradle b/dfu/build.gradle index 3fa46b3..2939ee5 100644 --- a/dfu/build.gradle +++ b/dfu/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray' ext { PUBLISH_GROUP_ID = 'no.nordicsemi.android' PUBLISH_ARTIFACT_ID = 'dfu' - PUBLISH_VERSION = '0.6.3' + PUBLISH_VERSION = '1.0.0' bintrayRepo = 'android' bintrayName = 'dfu-library' @@ -46,8 +46,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 24 - versionCode 4 - versionName "0.6.3" + versionCode 5 + versionName "1.0.0" } buildTypes { release {