Files
bigbluebutton-tablet/android/settings.gradle
Gustavo Emanuel Farias Rosa f2115e23c7 build_resolved (#42)
2022-06-06 16:24:35 -03:00

11 lines
464 B
Groovy

rootProject.name = 'BigBlueButton'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')
if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
include(":ReactAndroid")
project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
}