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

fix(android_intent_plus): remove package name from AndroidManifest #3033

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

Mrllopes
Copy link
Contributor

@Mrllopes Mrllopes commented Jun 29, 2024

Description

In gradle 8 ou higher setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.

Related Issues

*[Question]: #2611

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I titled the PR using Conventional Commits.
  • I did not modify the CHANGELOG.md nor the plugin version in pubspec.yaml files.
  • All existing and new tests are passing.
  • The analyzer (flutter analyze) does not report any problems on my PR.

In gradle 8 ou higher setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
@vbuberen
Copy link
Collaborator

vbuberen commented Jul 2, 2024

Thanks for your contribution, but would be much better if you actually followed our contributors guide or at least looked at other open PRs to name the PR properly: https://github.com/fluttercommunity/plus_plugins/blob/main/CONTRIBUTING.md#55-create-a-pull-request

@vbuberen vbuberen changed the title fix: remove package name from androidManifest fix(android_intent_plus): remove package name from AndroidManifest Jul 2, 2024
@vbuberen vbuberen merged commit af2f4af into fluttercommunity:main Jul 2, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants