Skip to content

Commit da5b5d2

Browse files
dulmandakhfacebook-github-bot
authored andcommittedFeb 15, 2019
bump android plugin to 3.3.1 (#23473)
Summary: Bump Android Plugin to 3.3.1, with many bug fixes and performance improvements. Split the change from #23324 to make cherry-pick easy to 0.59 branch. [Android] [Changed] - bump Android Plugin to 3.3.1 Pull Request resolved: #23473 Differential Revision: D14099741 Pulled By: cpojer fbshipit-source-id: 7491c49cd2467f1bb8776345bdda2ab9cea11c06
1 parent 95d399b commit da5b5d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build.gradle

+1-1
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.3.0")
13+
classpath("com.android.tools.build:gradle:3.3.1")
1414
classpath("de.undercouch:gradle-download-task:3.4.3")
1515

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

‎template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.3.0'
16+
classpath 'com.android.tools.build:gradle:3.3.1'
1717

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

0 commit comments

Comments
 (0)
Please sign in to comment.