mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
Calinteodor
parent
cb621f8e32
commit
64270f3015
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user