From a3611bc508b8d7eac81405b6b3ed2eaa6ba16584 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 5 Nov 2019 19:15:08 +0100 Subject: [PATCH] updating gradle to 3.5.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 97a4d3f55..d28a976a8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong