From 8d61a4e5f90893b3d7baec1d6a76603786ea7a1c Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Fri, 24 May 2019 11:49:03 -0700 Subject: [PATCH] bump android gradle plugin to 3.4.1 (#24883) Summary: bump android gradle plugin to 3.4.1, includes many fixes and improvements. ## Changelog [Android] [Changed] - bump android gradle plugin to 3.4.1 Pull Request resolved: https://github.com/facebook/react-native/pull/24883 Differential Revision: D15474556 Pulled By: hramos fbshipit-source-id: 8d1eb91855b9f416ed3380c61f34672deded26c1 --- 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 053621ac4917d2..703d1cc4e794bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.0") + classpath("com.android.tools.build:gradle:3.4.1") classpath("de.undercouch:gradle-download-task:3.4.3") // NOTE: Do not place your application dependencies here; they belong diff --git a/template/android/build.gradle b/template/android/build.gradle index 99f4104700f2f1..e7732fe0d7232b 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.0") + 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