From b4fdad1ebc5517e6fadc7181caa6a301815e9f48 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Fri, 19 Feb 2016 11:34:43 +0100 Subject: [PATCH] Version 1.16.3 - DFU library 0.6.2 --- app/app.iml | 10 +++------- app/build.gradle | 6 +++--- wear/wear.iml | 5 ++--- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/app/app.iml b/app/app.iml index 8533b14f8..5d755e3bc 100644 --- a/app/app.iml +++ b/app/app.iml @@ -67,9 +67,7 @@ - - @@ -78,17 +76,15 @@ - + - - @@ -97,10 +93,9 @@ + - - @@ -110,6 +105,7 @@ + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 1f033cfa0..a076e26ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "no.nordicsemi.android.nrftoolbox" minSdkVersion 18 targetSdkVersion 23 - versionCode 41 - versionName "1.16.2" + versionCode 42 + versionName "1.16.3" } buildTypes { release { @@ -35,7 +35,7 @@ dependencies { wearApp project(':wear') // The DFU Library is imported automatically from jcenter. - compile 'no.nordicsemi.android:dfu:0.6.1' + compile 'no.nordicsemi.android:dfu:0.6.2' // 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: diff --git a/wear/wear.iml b/wear/wear.iml index f5e9b7888..fa175bef2 100644 --- a/wear/wear.iml +++ b/wear/wear.iml @@ -68,17 +68,16 @@ - + - - +