You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bump gradle to 5.0, android gradle plugin to 3.3.1 (#23324)
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
I modified the diff after importing it. There’s several changes we need to make before we can land any Gradle related change. The PR initially bumped the Gradle wrapper, and it looks like the bot is referencing the old PR summary in the commit message, which is incorrect.
3 commit comments
radeno commentedon Feb 20, 2019
@dulmandakh @hramos guys, how facebook-github-bot works?
Committed code is different than referenced PR. It doesn't take latest changes but earlier.
hramos commentedon Feb 20, 2019
I modified the diff after importing it. There’s several changes we need to make before we can land any Gradle related change. The PR initially bumped the Gradle wrapper, and it looks like the bot is referencing the old PR summary in the commit message, which is incorrect.
radeno commentedon Feb 21, 2019
@hramos so we need re-apply this PR ? #23473 it uses android-gradle 3.3.1 because bugfixes and performance increase.