From 81a8cd0641e61140739a848ca3d93121e3223480 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sun, 25 Sep 2016 21:22:29 +0200 Subject: [PATCH] update to gradle2.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d14039de2..b1932998a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' + classpath 'com.android.tools.build:gradle:2.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files