From 9b93b7a438165bf78a92e1107dad8ae700adcd4f Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 9 Dec 2016 23:11:32 +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 957c789cb..d9b961b31 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' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files