From 7f3156d95271990d71a42a2f06f115ff306ed46c Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Mon, 24 Feb 2020 15:00:22 -0800 Subject: [PATCH] Update Android Gradle plugin to 3.6.4 --- build.gradle.kts | 2 +- template/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b96f36ddd4280f..571f2db36b6c0f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.5.3") + classpath("com.android.tools.build:gradle:3.6.4") classpath("de.undercouch:gradle-download-task:4.0.2") // NOTE: Do not place your application dependencies here; they belong diff --git a/template/android/build.gradle b/template/android/build.gradle index 4f2aa7c5a581e0..86351cce876abf 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.5.3") + classpath("com.android.tools.build:gradle:3.6.4") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }