7 lines
304 B
Groovy
Raw Normal View History

2021-02-19 16:07:53 +01:00
rootProject.name = 'VisionCameraExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
2021-02-19 20:48:35 +01:00
include ':camera'
project(':camera').projectDir = new File(rootProject.projectDir, '../../android')