-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat(android): RN-0.73 and Android Gradle Plugin 8.0 Compatibility Fix #485
Conversation
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.
this now corresponds to the way I've done it in other modules which will emit a warning because of the AndroidManifest.xml contents but will still work for people on all versions of AGP (5, 6, 7 and 8)
This corresponds to the patch I'm currently using in my work apps for this module and works + is in production / tested
## [12.1.3](v12.1.2...v12.1.3) (2024-01-26) ### Bug Fixes * **android:** add gradle namespace for react-native 0.73 / android gradle plugin 8.0 ([#485](#485)) ([d7f506d](d7f506d)) * **deps, ios:** use facebook-ios-sdk 16.3.1 ([e612900](e612900)) ### Performance Improvements * **ci:** we know the exact paths of the files to use for cache freshness ([305fcd0](305fcd0))
🎉 This PR is included in version 12.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you for this change. |
Test Plan:
react-native-community/discussions-and-proposals#671
React Native 0.73 will depend on Android Gradle Plugin (AGP) 8.x. This will require all the libraries to specify a namespace in their build.gradle file. We added a compatibility layer for libraries that haven't specified a namespace, but please consider updating your libraries nonetheless.