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
This commit is contained in:
Oğuzhan Selim Temiz
2025-07-24 17:28:00 +03:00
committed by Calinteodor
parent cb621f8e32
commit 64270f3015
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.jitsi.meet.sdk">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>