Skip to content

Commit e1e081b

Browse files
SaeedZhianyfacebook-github-bot
authored andcommitted
Update Android Gradle plugin to 3.5.3 (#27462)
Summary: Android Studio 3.5.3 is now available in the stable channel https://androidstudio.googleblog.com/2019/12/android-studio-353-available.html ## Changelog [Android] [Changed] - Update Android Gradle plugin to 3.5.3 Pull Request resolved: #27462 Test Plan: Build project Differential Revision: D18936678 Pulled By: mdvacca fbshipit-source-id: 6001a3b23561f249d4690f0f4e41d397e69c7b70
1 parent 7a72c35 commit e1e081b

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.2")
15+
classpath("com.android.tools.build:gradle:3.5.3")
1616
classpath("de.undercouch:gradle-download-task:4.0.2")
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.2")
15+
classpath("com.android.tools.build:gradle:3.5.3")
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)