From 26ca526fdd81d976653cd1b16c14492857c3bffe Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 10 Jun 2016 22:23:06 +0200 Subject: [PATCH] update gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 819874a7..86fd2bad 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files