Version 1.0.4
This commit is contained in:
parent
c620ae46c8
commit
08e2cb3896
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue