From 9db9476fbbd2e06f86308cd764ffed2adb2a6e91 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Mon, 8 Feb 2016 11:43:53 +0100 Subject: [PATCH] Newer build tools and gradle --- build.gradle | 2 +- dfu/build.gradle | 4 ++-- dfu/dfu.iml | 17 +++++++---------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index 7403506..4333c0b 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' /* classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2" // The following dependency has been replaced with newer version according to https://github.com/dcendents/android-maven-plugin diff --git a/dfu/build.gradle b/dfu/build.gradle index 13e55c2..a6069d3 100644 --- a/dfu/build.gradle +++ b/dfu/build.gradle @@ -41,7 +41,7 @@ ext { android { compileSdkVersion 23 - buildToolsVersion '23.0.1' + buildToolsVersion '23.0.2' defaultConfig { minSdkVersion 18 @@ -60,7 +60,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:support-v4:23.1.1' - compile 'com.google.code.gson:gson:2.3.1' + compile 'com.google.code.gson:gson:2.5' } /* diff --git a/dfu/dfu.iml b/dfu/dfu.iml index bdc0338..671c5b1 100644 --- a/dfu/dfu.iml +++ b/dfu/dfu.iml @@ -66,26 +66,23 @@ + + - - - - - - + - - - + + + @@ -94,8 +91,8 @@ - + \ No newline at end of file