mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-22 08:54:21 +01:00
Version 1.18.3
DFU Library 1.0.3
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "no.nordicsemi.android.nrftoolbox"
|
applicationId "no.nordicsemi.android.nrftoolbox"
|
||||||
minSdkVersion 18
|
minSdkVersion 18
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 49
|
versionCode 50
|
||||||
versionName "1.18.2"
|
versionName "1.18.3"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
@@ -17,6 +17,16 @@ android {
|
|||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
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 {
|
dependencies {
|
||||||
@@ -35,7 +45,7 @@ dependencies {
|
|||||||
wearApp project(':wear')
|
wearApp project(':wear')
|
||||||
|
|
||||||
// The DFU Library is imported automatically from jcenter.
|
// 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,
|
// 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:
|
// add it as a module in Project Structure and uncomment the following line:
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "no.nordicsemi.android.nrftoolbox"
|
applicationId "no.nordicsemi.android.nrftoolbox"
|
||||||
minSdkVersion 20
|
minSdkVersion 20
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 49
|
versionCode 50
|
||||||
versionName "1.18.2"
|
versionName "1.18.3"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|||||||
Reference in New Issue
Block a user