Version 2.2.1 - DFU Lib 1.1.1

This commit is contained in:
Aleksander Nowakowski
2016-12-02 16:30:13 +01:00
parent c8b5966e4d
commit b65193bef1
2 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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 {