Skip to content

fix: don't use deprecated package field in AndroidManifest on AGP >= 7.3 #420

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

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

satya164
Copy link
Member

Summary

Follow-up to #399

Currently there's a deprecation warning for the package field in AndroidManifest.xml when using Android Gradle Plugin >= 7.3.

This adds a separate AndroidManifest file that'll be used for older versions of Android Gradle Plugin to avoid the deprecation warning on newer versions.

Test plan

  • Verify CI passes
  • Verify building and running various templates

@satya164 satya164 marked this pull request as ready for review July 12, 2023 15:37
@satya164 satya164 enabled auto-merge (squash) July 12, 2023 15:38
@satya164 satya164 disabled auto-merge July 12, 2023 15:41
@satya164 satya164 merged commit 3846426 into main Jul 12, 2023
@satya164 satya164 deleted the @satya164/agp-8 branch July 12, 2023 15:41
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.

1 participant