Version 1.0.1

This commit is contained in:
Aleksander Nowakowski 2016-09-15 13:02:58 +02:00
parent 0ce71c3f59
commit 120f3ee147
1 changed files with 4 additions and 4 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.0.0'
PUBLISH_VERSION = '1.0.1'
bintrayRepo = 'android'
bintrayName = 'dfu-library'
@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 24
versionCode 5
versionName "1.0.0"
versionCode 6
versionName "1.0.1"
}
buildTypes {
release {
@ -59,7 +59,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:24.2.0'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.google.code.gson:gson:2.5'
}
/*