From 2ee5a5b647fa6998b291eb2f3fb58d361bd3fa4d Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Fri, 15 Jun 2018 00:14:25 +0200 Subject: [PATCH] update gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d49b06c5f7..4cb5f7c660 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } 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