From bf920748c8e3dea9f517cb7a09908692835fa226 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 6 Jan 2016 12:19:11 +0100 Subject: [PATCH] Upgrade to Gradle 2.9 / experimental 0.6.0-alpha1 --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1030cd78..fd622d98 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { // http://tools.android.com/tech-docs/new-build-system/gradle-experimental - classpath 'com.android.tools.build:gradle-experimental:0.4.0' + classpath 'com.android.tools.build:gradle-experimental:0.6.0-alpha1' // 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 957eecd4..757d1a78 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Dec 24 16:54:33 CET 2015 +#Wed Jan 06 12:15:50 CET 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip