update android lib name

This commit is contained in:
Marc Rousavy
2021-02-19 20:48:35 +01:00
parent 25a7e3f267
commit 040722defa
4 changed files with 5 additions and 186 deletions

View File

@@ -204,7 +204,7 @@ dependencies {
implementation jscFlavor
}
implementation project(':reactnativevisioncamera')
implementation project(':camera')
}
// Run this once to be able to run the application with BUCK

View File

@@ -2,5 +2,5 @@ rootProject.name = 'VisionCameraExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':reactnativevisioncamera'
project(':reactnativevisioncamera').projectDir = new File(rootProject.projectDir, '../../android')
include ':camera'
project(':camera').projectDir = new File(rootProject.projectDir, '../../android')