From e200cd560261c28049ea26f855f5916fae8b49e5 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Fri, 4 Dec 2015 13:11:57 +0100 Subject: [PATCH] Build tools update --- app/app.iml | 15 ++++++--------- app/build.gradle | 2 +- build.gradle | 2 +- common/build.gradle | 2 +- common/common.iml | 14 ++++---------- wear/build.gradle | 2 +- wear/wear.iml | 12 +++--------- 7 files changed, 17 insertions(+), 32 deletions(-) diff --git a/app/app.iml b/app/app.iml index 9a81c071..8533b14f 100644 --- a/app/app.iml +++ b/app/app.iml @@ -65,12 +65,11 @@ - + - + - @@ -82,17 +81,15 @@ - - - - + - - + + + diff --git a/app/build.gradle b/app/build.gradle index fad5d350..1f033cfa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion '23.0.1' + buildToolsVersion '23.0.2' defaultConfig { applicationId "no.nordicsemi.android.nrftoolbox" diff --git a/build.gradle b/build.gradle index c6371d6c..a6fcfe1f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' + classpath 'com.android.tools.build:gradle:1.5.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/common/build.gradle b/common/build.gradle index 31393448..9937d49d 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -24,7 +24,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { minSdkVersion 18 diff --git a/common/common.iml b/common/common.iml index b01c174f..f58a14bb 100644 --- a/common/common.iml +++ b/common/common.iml @@ -65,25 +65,19 @@ + + - - - - - - + - - - - + diff --git a/wear/build.gradle b/wear/build.gradle index dcea88c6..ae358b8a 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { applicationId "no.nordicsemi.android.nrftoolbox" diff --git a/wear/wear.iml b/wear/wear.iml index 440da183..f5e9b788 100644 --- a/wear/wear.iml +++ b/wear/wear.iml @@ -65,26 +65,20 @@ - + - - - - - - - - + +