-
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
Remove unnecessary repositories{} block from top level build.gradle #35644
Conversation
Summary: The `repositories{}` block in the top level build.gradle is not needed anymore The React Native Gradle Plugin is taking care of it. Users can still specify if they need to provide custom repositories. Changelog: [Android] [Changed] - Remove unnecessary repositories{} block from top level build.gradle Reviewed By: cipolleschi Differential Revision: D42033953 fbshipit-source-id: d4069bad84310df20bb344f8190eb7d6bbb67524
This pull request was exported from Phabricator. Differential Revision: D42033953 |
Base commit: 46ffeca |
PR build artifact for 4143491 is ready. |
Base commit: 46ffeca |
PR build artifact for 4143491 is ready. |
This pull request has been merged in 51a48d2. |
…35644) Summary: Pull Request resolved: #35644 The `repositories{}` block in the top level build.gradle is not needed anymore The React Native Gradle Plugin is taking care of it. Users can still specify if they need to provide custom repositories. Changelog: [Android] [Changed] - Remove unnecessary repositories{} block from top level build.gradle Reviewed By: cipolleschi Differential Revision: D42033953 fbshipit-source-id: 8ec1c12147fae68302ab47c60045869c72d1812c
…acebook#35644) Summary: Pull Request resolved: facebook#35644 The `repositories{}` block in the top level build.gradle is not needed anymore The React Native Gradle Plugin is taking care of it. Users can still specify if they need to provide custom repositories. Changelog: [Android] [Changed] - Remove unnecessary repositories{} block from top level build.gradle Reviewed By: cipolleschi Differential Revision: D42033953 fbshipit-source-id: 8ec1c12147fae68302ab47c60045869c72d1812c
Summary:
The
repositories{}
block in the top level build.gradle is not needed anymoreThe React Native Gradle Plugin is taking care of it.
Users can still specify if they need to provide custom repositories.
Changelog:
[Android] [Changed] - Remove unnecessary repositories{} block from top level build.gradle
Reviewed By: cipolleschi
Differential Revision: D42033953