Version 2.4.0

This commit is contained in:
Aleksander Nowakowski
2017-04-07 14:58:36 +02:00
parent 3e21a9468e
commit 4c0c7a2352

View File

@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox" applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 25 targetSdkVersion 25
versionCode 59 versionCode 60
versionName "2.3.1" versionName "2.4.0"
} }
buildTypes { buildTypes {
release { release {
@@ -20,7 +20,7 @@ android {
productFlavors { productFlavors {
fastBuild { fastBuild {
// Switching the flavor to fastBuild accelerates te build speed (works only with Android 7+ devices) // Switching the flavor to fastBuild accelerates te build speed (works only with Android 7+ devices)
minSdkVersion 25 minSdkVersion 21
versionName "Instant Run" versionName "Instant Run"
} }
releaseBuild { releaseBuild {
@@ -31,8 +31,8 @@ android {
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.2.0' compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:design:25.2.0' compile 'com.android.support:design:25.3.0'
compile 'no.nordicsemi.android.support.v18:scanner:1.0.0' compile 'no.nordicsemi.android.support.v18:scanner:1.0.0'
compile 'no.nordicsemi.android:log:2.1.0' compile 'no.nordicsemi.android:log:2.1.0'
compile('org.simpleframework:simple-xml:2.7.1') { compile('org.simpleframework:simple-xml:2.7.1') {
@@ -47,7 +47,7 @@ dependencies {
compile 'com.google.android.gms:play-services-wearable:7.8.87' compile 'com.google.android.gms:play-services-wearable:7.8.87'
// The DFU Library is imported automatically from jcenter. // 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, // 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: