Version 1.3.1
This commit is contained in:
parent
e7db4da822
commit
a8c8eee34f
|
@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
|
|||
ext {
|
||||
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
|
||||
PUBLISH_ARTIFACT_ID = 'dfu'
|
||||
PUBLISH_VERSION = '1.3.0'
|
||||
PUBLISH_VERSION = '1.3.1'
|
||||
|
||||
bintrayRepo = 'android'
|
||||
bintrayName = 'dfu-library'
|
||||
|
@ -47,7 +47,7 @@ android {
|
|||
minSdkVersion 18
|
||||
targetSdkVersion 25
|
||||
versionCode 11
|
||||
versionName "1.3.0"
|
||||
versionName "1.3.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in New Issue