Version 1.3.1

This commit is contained in:
Aleksander Nowakowski 2017-07-28 16:10:03 +02:00
parent e7db4da822
commit a8c8eee34f
1 changed files with 2 additions and 2 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.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 {