From 46e09d174bc04a1a4595378e4e7254a1465cdcba Mon Sep 17 00:00:00 2001 From: len Date: Thu, 1 Sep 2016 20:05:11 +0200 Subject: [PATCH] Travis fix. Update gradle --- .travis.yml | 2 +- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10e3f13e95..60217ab471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-24.0.1 + - build-tools-24.0.2 - android-24 - extra-android-m2repository - extra-google-m2repository diff --git a/app/build.gradle b/app/build.gradle index 7a5d166aab..b178c3a6f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ def includeUpdater() { android { compileSdkVersion 24 - buildToolsVersion "24.0.1" + buildToolsVersion "24.0.2" publishNonDefault true defaultConfig { diff --git a/build.gradle b/build.gradle index 00ced40a7d..3f35985020 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.1.3' classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ec9f420246..53d374f58e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Feb 05 17:57:08 CET 2016 +#Sat Aug 27 15:18:00 CEST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip