Skip to content

Commit 6aae8e0

Browse files
friederbluemlefacebook-github-bot
authored andcommitted
Update Android Gradle plugin to 3.5.1 (#26694)
Summary: Android Studio 3.5.1 is now available in the stable channel https://androidstudio.googleblog.com/2019/10/android-studio-351-available.html ## Changelog [Android] [Changed] - Update Android Gradle plugin to 3.5.1 Pull Request resolved: #26694 Test Plan: Build project Differential Revision: D17729849 Pulled By: cpojer fbshipit-source-id: 0a0ba7a38ff5be096b56a6470c3ea4912a053d94
1 parent 12d60c1 commit 6aae8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
jcenter()
1111
}
1212
dependencies {
13-
classpath("com.android.tools.build:gradle:3.5.0")
13+
classpath("com.android.tools.build:gradle:3.5.1")
1414
classpath("de.undercouch:gradle-download-task:4.0.0")
1515

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

template/android/build.gradle

Lines changed: 1 addition & 1 deletion
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.0")
15+
classpath("com.android.tools.build:gradle:3.5.1")
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)