From 03d8667827963dab7ec136a63b6d21d58132700f Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Thu, 18 May 2017 20:14:54 +0200 Subject: [PATCH] Update gradle tools version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 98dad05f9..65fad2b87 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:2.3.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files