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-07-29 11:44:22 +02:00
|
|
|
include ':react-native-vision-camera'
|
|
|
|
project(':react-native-vision-camera').projectDir = new File(rootProject.projectDir, '../../android')
|
2023-02-09 11:52:41 +01:00
|
|
|
|
2023-07-03 12:40:07 +02:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|