Skip to content

Commit b41b5ce

Browse files
friederbluemlefacebook-github-bot
authored andcommitted
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: #27125 Test Plan: Build project Differential Revision: D18346480 Pulled By: cpojer fbshipit-source-id: 92121406e91dc66146a1ff2125942355d188e6e4
1 parent 97a4b9b commit b41b5ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath("com.android.tools.build:gradle:3.5.1")
15+
classpath("com.android.tools.build:gradle:3.5.2")
1616
classpath("de.undercouch:gradle-download-task:4.0.0")
1717

1818
// NOTE: Do not place your application dependencies here; they belong

template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath("com.android.tools.build:gradle:3.5.1")
15+
classpath("com.android.tools.build:gradle:3.5.2")
1616

1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files

0 commit comments

Comments
 (0)