From cf43743cbabb2d01d0d113bb1d4a9c0d3fbeb25d Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 10 Oct 2016 22:31:03 +0200 Subject: [PATCH] update gradle to 2.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e24db7c..d7ad9857 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.1' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong