From 27ea72202151f28660cd9370e20e301d836312b5 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 16 Jul 2018 13:37:08 +0200 Subject: [PATCH] bump gradle plugin version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fbc9d45b..98e051161 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.2' + classpath 'com.android.tools.build:gradle:3.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files