From be33e9e3bed9ea5620fec562966c9642cfd9b063 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 17 Mar 2019 18:15:57 +0100 Subject: [PATCH] bump gradle plugin to 3.3.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 55a69f232..1c9c5b9f5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:3.3.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files