-
Notifications
You must be signed in to change notification settings - Fork 25k
Remove unnecessary repositories{} block from top level build.gradle #35644
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
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
…9010) # Why We no longer need to set `url(reactNativeAndroidDir)` on the template because this is now handled by the React Native Gradle Plugin. This was removed from react native's template on 0.71 (facebook/react-native#35644) but we never removed it from ours # How Remove unnecessary react-native repositories from `build.gradle` # Test Plan Run BareExpo and PaperTester locally # Checklist <!-- Please check the appropriate items below if they apply to your diff. --> - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
…po#39010) # Why We no longer need to set `url(reactNativeAndroidDir)` on the template because this is now handled by the React Native Gradle Plugin. This was removed from react native's template on 0.71 (facebook/react-native#35644) but we never removed it from ours # How Remove unnecessary react-native repositories from `build.gradle` # Test Plan Run BareExpo and PaperTester locally # Checklist <!-- Please check the appropriate items below if they apply to your diff. --> - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
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