Version 1.0.4

This commit is contained in:
Aleksander Nowakowski 2016-09-26 16:14:46 +02:00
parent c620ae46c8
commit 08e2cb3896
1 changed files with 3 additions and 3 deletions

View File

@ -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 {