-
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
Use Gradle Wrapper 6.6 (-all variant) #29793
Use Gradle Wrapper 6.6 (-all variant) #29793
Conversation
Base commit: cf8368f |
Base commit: cf8368f |
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.
@mdvacca please merge
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.
LGTM, importing to land
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.
@mdvacca has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Thanks @mdvacca @dulmandakh 👍 |
Summary: `-all` is the **default** for projects generated by Android Studio, and it provides **additional sources** helpful for debugging. It's also much more likely to already exist on a developer's machine (which has built other Android projects), avoiding additional downloads and saving disk space. `-all` has also been the variant used in `react-native` for all versions prior to 5bc67b6. Follow-up to #29613 ## Changelog [Android] [Changed] - Use Gradle Wrapper 6.6 (-all variant) Pull Request resolved: #29793 Test Plan: No test needed since versions are the same. Reviewed By: fkgozali Differential Revision: D23406546 Pulled By: mdvacca fbshipit-source-id: b74dbbfc0317bccf1940b1e5062d866e50aed28a
This pull request was successfully merged by @friederbluemle in 3a8559b. When will my fix make it into a release? | Upcoming Releases |
Summary: `-all` is the **default** for projects generated by Android Studio, and it provides **additional sources** helpful for debugging. It's also much more likely to already exist on a developer's machine (which has built other Android projects), avoiding additional downloads and saving disk space. `-all` has also been the variant used in `react-native` for all versions prior to 5bc67b6. Follow-up to facebook#29613 ## Changelog [Android] [Changed] - Use Gradle Wrapper 6.6 (-all variant) Pull Request resolved: facebook#29793 Test Plan: No test needed since versions are the same. Reviewed By: fkgozali Differential Revision: D23406546 Pulled By: mdvacca fbshipit-source-id: b74dbbfc0317bccf1940b1e5062d866e50aed28a
Summary
-all
is the default for projects generated by Android Studio, and it provides additional sources helpful for debugging. It's also much more likely to already exist on a developer's machine (which has built other Android projects), avoiding additional downloads and saving disk space.-all
has also been the variant used inreact-native
for all versions prior to 5bc67b6.Follow-up to #29613
Changelog
[Android] [Changed] - Use Gradle Wrapper 6.6 (-all variant)
Test Plan
No test needed since versions are the same.