-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump android plugin to 3.3.1 #23473
bump android plugin to 3.3.1 #23473
Conversation
@@ -13,7 +13,7 @@ buildscript { | |||
jcenter() | |||
} | |||
dependencies { | |||
classpath 'com.android.tools.build:gradle:3.3.0' | |||
classpath 'com.android.tools.build:gradle:3.3.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the style ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@dulmandakh merged commit da5b5d2 into |
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
Summary: This PR bumps gradle to 5.0, which includes Kotlin DSL 1.0, and android gradle plugin to 3.3.1, which includes includes various bug fixes and performance improvements. Also Gradle 5.x requires Java 8. This is preparation for Kotlin DSL migration. [Android] [Changed] - Bump Gradle to 5.0 Pull Request resolved: #23324 Reviewed By: mdvacca Differential Revision: D14028563 Pulled By: hramos fbshipit-source-id: 61fe1a2d4ea5707d6f07945acbd950f852420e13
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.
Changelog
[Android] [Changed] - bump Android Plugin to 3.3.1
Test Plan
CI is green