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