From 87fd7e903a0eba14aadad0eadf088e3e7be340c0 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Wed, 22 Feb 2017 17:29:34 +0100 Subject: [PATCH] Version 1.2.0: CRC bugs fixed, other combinations of fw in ZIP allowed in Secure DFU --- dfu/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dfu/build.gradle b/dfu/build.gradle index 770b575..ac2141c 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.1.1' + PUBLISH_VERSION = '1.2.0' bintrayRepo = 'android' bintrayName = 'dfu-library' @@ -46,8 +46,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 25 - versionCode 9 - versionName "1.1.1" + versionCode 10 + versionName "1.2.0" } buildTypes { release {