9 lines
505 B
Groovy
9 lines
505 B
Groovy
rootProject.name = 'BigbluebuttonMobileSdkExample'
|
|
include ':react-native-webview'
|
|
project(':react-native-webview').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-webview/android')
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
|
|
include ':bigbluebuttonmobilesdk'
|
|
project(':bigbluebuttonmobilesdk').projectDir = new File(rootProject.projectDir, '../../android')
|