Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Apr 7, 2017
1 parent 3e21a94 commit 4c0c7a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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') {
Expand All @@ -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:

Expand Down

0 comments on commit 4c0c7a2

Please sign in to comment.