Files
jitsi-meet/react-native-sdk/android/src/main/AndroidManifest.xml
Oğuzhan Selim Temiz 64270f3015 fix(react-native-sdk): resolve Android build configuration issues
- Move namespace declaration to correct location in build.gradle
- Remove deprecated package attribute from AndroidManifest.xml
- Update README with gradle plugin version requirement
- Fix Android namespace configuration for React Native SDK

These changes resolve installation and build errors when integrating
the Jitsi Meet React Native SDK into new projects.

Fixes: SDK installation failures on Android with newer Gradle versions
2025-07-28 10:55:55 +03:00

4 lines
83 B
XML

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