diff --git a/app/build.gradle b/app/build.gradle index 11f9e613..7912a6f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "no.nordicsemi.android.nrftoolbox" minSdkVersion 18 targetSdkVersion 24 - versionCode 48 - versionName "1.18.1" + versionCode 49 + versionName "1.18.2" } buildTypes { release { @@ -35,7 +35,7 @@ dependencies { wearApp project(':wear') // The DFU Library is imported automatically from jcenter. - compile 'no.nordicsemi.android:dfu:1.0.1' + compile 'no.nordicsemi.android:dfu:1.0.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/build.gradle b/build.gradle index d14039de..b1932998 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' + classpath 'com.android.tools.build:gradle:2.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/wear/build.gradle b/wear/build.gradle index 8fcde045..940d294d 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -8,8 +8,8 @@ android { applicationId "no.nordicsemi.android.nrftoolbox" minSdkVersion 20 targetSdkVersion 24 - versionCode 48 - versionName "1.18.1" + versionCode 49 + versionName "1.18.2" } buildTypes { release { @@ -21,7 +21,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.google.android.support:wearable:1.3.0' + compile 'com.google.android.support:wearable:1.4.0' compile 'com.google.android.gms:play-services-wearable:9.2.0' compile 'no.nordicsemi.android.support.v18:scanner:0.2.0' compile project(':common')