You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't use deprecated package field in AndroidManifest on AGP >= 7.3 (#420)
### 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
0 commit comments