update android lib name
This commit is contained in:
@@ -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
|
||||
|
@@ -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')
|
||||
|
Reference in New Issue
Block a user