From 0ff43d3ffbc3fc7e1ef26967b602e46f0bf936e9 Mon Sep 17 00:00:00 2001 From: Uipko Berghuis Date: Sat, 9 Nov 2019 15:01:38 +0100 Subject: Upgrade to gradle 5.6.4 and android gradle plugin 3.5.2 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index b7f901d8..9a1fa549 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { jcenter() } 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:1.3.50") } } @@ -18,4 +18,4 @@ buildscript { repositories { google() -} \ No newline at end of file +} -- cgit v1.2.3