Skip to content
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): add namespace to support AGP 8 #1458

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

AndreiCalazans
Copy link
Collaborator

@AndreiCalazans AndreiCalazans commented Aug 31, 2023

Overview

Trivial change to support AGP 8 as mentioned here: react-native-community/discussions-and-proposals#671

Nicola mentioned also we shouldn't remove package attribute from AndroidManifest to not lose compatibility with AGP < 8. I don't think it's worth maintaining logic to remove that attribute contitionally since it will only cause a warning to users on AGP 8 and above.

ps: I acknowledged someone else already tried this change but they remove package attribute which is not ideal.

Test Plan

I did not build this locally since it's a trivial attribute addition.

@MateusAndrade MateusAndrade merged commit 238ebf4 into main Sep 1, 2023
3 checks passed
@MateusAndrade MateusAndrade deleted the andrei/support-agp-8 branch September 1, 2023 08:33
MateusAndrade pushed a commit that referenced this pull request Sep 1, 2023
# [9.4.0](v9.3.0...v9.4.0) (2023-09-01)

### Features

* **android:** add namespace to support AGP 8 ([#1458](#1458)) ([238ebf4](238ebf4))
@MateusAndrade
Copy link
Collaborator

🎉 This PR is included in version 9.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants