From fad52bbd7903e384e79506899c1dd5c8f45b37d8 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Mon, 10 Dec 2018 13:26:00 +0100 Subject: [PATCH] Version 1.8.1 --- README.md | 2 +- dfu/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d284c16..9d34b8ca 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 -implementation 'no.nordicsemi.android:dfu:1.8.0' +implementation 'no.nordicsemi.android:dfu:1.8.1' ``` If you use proguard, add the following line to your proguard rules: diff --git a/dfu/build.gradle b/dfu/build.gradle index 24570b2d..c7d70c95 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.8.0' + PUBLISH_VERSION = '1.8.1' bintrayRepo = 'android' bintrayName = 'dfu-library' @@ -45,8 +45,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 28 - versionCode 21 - versionName "1.8.0" + versionCode 22 + versionName "1.8.1" } buildTypes {