From 08e2cb38964c7c97e43140d1322cc34c1163e00d Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Mon, 26 Sep 2016 16:14:46 +0200 Subject: [PATCH] Version 1.0.4 --- dfu/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dfu/build.gradle b/dfu/build.gradle index ef715bb..ea120f4 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.0.3' + PUBLISH_VERSION = '1.0.4' bintrayRepo = 'android' bintrayName = 'dfu-library' @@ -46,8 +46,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 24 - versionCode 8 - versionName "1.0.3" + versionCode 9 + versionName "1.0.4" } buildTypes { release {