From 8e8e53c4d52582e00db1159b06e0f200b7dac3c7 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sun, 11 Jun 2017 13:54:44 +0200 Subject: [PATCH] update gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ea98e44f3..596601301 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files