From ecb1ed68a8e12e34a73988ba8a813af167ff7ec2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 20 Nov 2016 18:06:51 +0100 Subject: [PATCH] update gradle to 2.2.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e24db7..803ef01 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong