From 4c0c7a23522f56db86b10d2d6e2015da78d4be9c Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Fri, 7 Apr 2017 14:58:36 +0200 Subject: [PATCH] Version 2.4.0 --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c61670b5..ac0b6cf5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "no.nordicsemi.android.nrftoolbox" minSdkVersion 18 targetSdkVersion 25 - versionCode 59 - versionName "2.3.1" + versionCode 60 + versionName "2.4.0" } buildTypes { release { @@ -20,7 +20,7 @@ android { productFlavors { fastBuild { // Switching the flavor to fastBuild accelerates te build speed (works only with Android 7+ devices) - minSdkVersion 25 + minSdkVersion 21 versionName "Instant Run" } releaseBuild { @@ -31,8 +31,8 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.2.0' - compile 'com.android.support:design:25.2.0' + compile 'com.android.support:appcompat-v7:25.3.0' + compile 'com.android.support:design:25.3.0' compile 'no.nordicsemi.android.support.v18:scanner:1.0.0' compile 'no.nordicsemi.android:log:2.1.0' compile('org.simpleframework:simple-xml:2.7.1') { @@ -47,7 +47,7 @@ dependencies { compile 'com.google.android.gms:play-services-wearable:7.8.87' // The DFU Library is imported automatically from jcenter. - compile 'no.nordicsemi.android:dfu:1.2.0' + compile 'no.nordicsemi.android:dfu:1.3.0' // 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: