Files
react-native-svg/android/src/main/AndroidManifest.xml
Jakub Grzywacz 6377be5f20 fix: remove package from AndroidManifest.xml (#2600)
# Summary

Fixes #2599 

Starting with `v15.8.0`, we support `react-native@0.73+`, which
eliminates the need to worry about AGP versions below 7. Consequently,
the `package` attribute in `AndroidManifest.xml` can be safely removed,
along with the corresponding check in `build.gradle`.

## Test Plan

Build the app on all supported versions

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| Android |          |
2025-01-07 14:43:58 +01:00

2 lines
71 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"/>