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"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 25
|
||||
versionCode 55
|
||||
versionName "2.2.0"
|
||||
versionCode 56
|
||||
versionName "2.2.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
wearApp project(':wear')
|
||||
|
||||
// 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,
|
||||
// add it as a module in Project Structure and uncomment the following line:
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "no.nordicsemi.android.nrftoolbox"
|
||||
minSdkVersion 20
|
||||
targetSdkVersion 25
|
||||
versionCode 55
|
||||
versionName "2.2.0"
|
||||
versionCode 56
|
||||
versionName "2.2.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
||||
Reference in New Issue
Block a user