From 14e4e734446d9ed764226c341fa0b9bfbcec9726 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Thu, 13 Apr 2017 19:41:15 +0200 Subject: [PATCH] update gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c6f2f5009..072e693a8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files