Version 1.2.0: CRC bugs fixed, other combinations of fw in ZIP allowed in Secure DFU

This commit is contained in:
Aleksander Nowakowski 2017-02-22 17:29:34 +01:00
parent 8630c24ee4
commit 87fd7e903a
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.1.1'
PUBLISH_VERSION = '1.2.0'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 25
versionCode 9
versionName "1.1.1"
versionCode 10
versionName "1.2.0"
}
buildTypes {
release {