Version 1.18.3

DFU Library 1.0.3
This commit is contained in:
Aleksander Nowakowski
2016-09-23 14:30:39 +02:00
parent ceb4827c9f
commit 29b48d88d9
2 changed files with 15 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 24
versionCode 49
versionName "1.18.2"
versionCode 50
versionName "1.18.3"
}
buildTypes {
release {
@@ -17,6 +17,16 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
fastBuild {
// Switching the flavor to fastBuild accelerates te build speed (works only with Android 5+ devices)
minSdkVersion 21
versionName "Instant Run"
}
releaseBuild {
minSdkVersion 18
}
}
}
dependencies {
@@ -35,7 +45,7 @@ dependencies {
wearApp project(':wear')
// The DFU Library is imported automatically from jcenter.
compile 'no.nordicsemi.android:dfu:1.0.2'
compile 'no.nordicsemi.android:dfu:1.0.3'
// If you want to make some changes in the DFU Library, clone the https://github.com/NordicSemiconductor/Android-DFU-Library project into DFULibrary folder,
// add it as a module in Project Structure and uncomment the following line:

View File

@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 20
targetSdkVersion 24
versionCode 49
versionName "1.18.2"
versionCode 50
versionName "1.18.3"
}
buildTypes {
release {