From f0c86f4f518652013d61863f7c95115e6d457aa7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 3 Jan 2017 19:18:13 +0100 Subject: [PATCH] update gradle to 2.2.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 803ef01..7d56764 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong