From 7434d9b0ef2461d1fd47a8661ce01ad36473412f Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 14 Mar 2016 08:42:12 +0100 Subject: [PATCH] Update gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ed001be..4a64e325 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.7.0-alpha1' + classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files