From 6591a0e39202d4161c16f1048ebea57bb8b70142 Mon Sep 17 00:00:00 2001 From: Matteo Somensi Date: Thu, 17 Oct 2019 15:15:26 +0200 Subject: [PATCH] Update gradle version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f729556..f08173b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0' + classpath 'com.android.tools.build:gradle:3.5.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files