Version 1.0.2

This commit is contained in:
Aleksander Nowakowski 2016-09-21 16:36:17 +02:00
parent 624b5e29c8
commit 3f93ce44d5
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.1'
PUBLISH_VERSION = '1.0.2'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 24
versionCode 6
versionName "1.0.1"
versionCode 7
versionName "1.0.2"
}
buildTypes {
release {