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: fix and enhance AGP namespace support (#1044)
* fix: check for manifest updates before updating
The current implementation calculates `isManifestContentUpdated` before applying any modifications to the file, so the manifest file was never updated. The fix was to calculate it right before updating the file.
* refactor: enhance AGP namespace support
* fix: resolve groovy compile issues
* chore(android): keep package in initial manifest
* chore: update changelog
- Fix an issue with Android Gradle Plugin namespace support required for React Native 0.73 and backward compatibility with previous versions ([#1044](https://github.com/Instabug/Instabug-React-Native/pull/1044)).
0 commit comments