From 7270cbb0c38ab18cb807c061892f5eb003b86a19 Mon Sep 17 00:00:00 2001 From: Joel May Date: Sat, 4 Jan 2020 21:19:37 -0800 Subject: [PATCH] gradle version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69cab14..4d044a6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files