mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook Github Bot
parent
97a4b9b691
commit
b41b5ce8ae
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user