mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-22 08:54:21 +01:00
Version 2.2.1 - DFU Lib 1.1.1
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 25
|
targetSdkVersion 25
|
||||||
versionCode 55
|
versionCode 56
|
||||||
versionName "2.2.0"
|
versionName "2.2.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
@@ -45,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.1.0'
|
compile 'no.nordicsemi.android:dfu:1.1.1'
|
||||||
// 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 25
|
targetSdkVersion 25
|
||||||
versionCode 55
|
versionCode 56
|
||||||
versionName "2.2.0"
|
versionName "2.2.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|||||||
Reference in New Issue
Block a user