diff --git a/openvidu-react-native/android/settings.gradle b/openvidu-react-native/android/settings.gradle index 6b42e676..7231a221 100644 --- a/openvidu-react-native/android/settings.gradle +++ b/openvidu-react-native/android/settings.gradle @@ -1,4 +1,4 @@ rootProject.name = 'openvidu_react_native' apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) include ':WebRTCModule', ':app' -project(':WebRTCModule').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-webrtc/android') \ No newline at end of file +project(':WebRTCModule').projectDir = new File(rootProject.projectDir, '../node_modules/openvidu-react-native-adapter/node_modules/react-native-webrtc/android') \ No newline at end of file