From 4e572fb8d6e29ded12739a68bd636a988a39ded1 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 26 May 2019 05:34:57 +0200 Subject: [PATCH] update android tools to 3.4.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fdfe04aea..c1cd2dc2d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.3.2") + classpath("com.android.tools.build:gradle:3.4.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -12,7 +12,7 @@ buildscript { } ext { - set("androidGradlePluginVersion", "3.3.0") + set("androidGradlePluginVersion", "3.4.1") set("testdroidGradlePluginVersion", "2.63.0") set("appCompatVersion", "1.0.2") set("materialVersion", "1.0.0")