From d1777d34aa66131dc302d78a348aacd5f0758cde Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 27 Apr 2016 07:56:59 +0200 Subject: [PATCH] Updated gradle plugin to version 0.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 485b26e7..8c3636d7 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-rc1' + classpath 'com.android.tools.build:gradle-experimental:0.7.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files