From 04fe135f905ee249e8b303a03235b7fed433494c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 25 Sep 2016 20:13:24 +0200 Subject: [PATCH] update gradle to 2.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index df774b8..19fcbab 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 }