From b41b5ce8ae2902169ae58860da2c70a9233bea53 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 6 Nov 2019 02:25:05 -0800 Subject: [PATCH] Update Android Gradle plugin to 3.5.2 (#27125) Summary: Android Studio 3.5.2 is now available in the stable channel https://androidstudio.googleblog.com/2019/11/android-studio-352-available.html ## Changelog [Android] [Changed] - Update Android Gradle plugin to 3.5.2 Pull Request resolved: https://github.com/facebook/react-native/pull/27125 Test Plan: Build project Differential Revision: D18346480 Pulled By: cpojer fbshipit-source-id: 92121406e91dc66146a1ff2125942355d188e6e4 --- 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 0aa239c91c5903..a9beeb7184f297 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.5.1") + classpath("com.android.tools.build:gradle:3.5.2") classpath("de.undercouch:gradle-download-task:4.0.0") // NOTE: Do not place your application dependencies here; they belong diff --git a/template/android/build.gradle b/template/android/build.gradle index 2322584e5a1c7f..5d5d188b35bb15 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.1") + classpath("com.android.tools.build:gradle:3.5.2") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files