From 61c9d8007781841e7169a2c16782ca814dfc0924 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 5 Aug 2019 00:39:12 -0400 Subject: [PATCH] update Android gradle plugin to 3.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33d9a98..e539a4a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.4.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files