From 7c68625ebf60eaba7a791e8ce00898d63b8b6eef Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 30 Nov 2017 15:50:59 +0100 Subject: [PATCH] Version 1.6.1 --- README.md | 2 +- dfu/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 761cf26..254fa75 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency: ```Groovy -compile 'no.nordicsemi.android:dfu:1.6.0' +compile 'no.nordicsemi.android:dfu:1.6.1' ``` If you use proguard, add the following line to your proguard rules: diff --git a/dfu/build.gradle b/dfu/build.gradle index 9aa6166..86dc808 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 = '1.6.0' + PUBLISH_VERSION = '1.6.1' bintrayRepo = 'android' bintrayName = 'dfu-library' @@ -46,8 +46,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 27 - versionCode 18 - versionName "1.6.0" + versionCode 19 + versionName "1.6.1" } buildTypes { release { @@ -59,7 +59,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-core-utils:27.0.0' + compile 'com.android.support:support-core-utils:27.0.2' compile 'com.google.code.gson:gson:2.8.0' } /*