7 lines
402 B
Groovy
7 lines
402 B
Groovy
include 'scandit-react-native-datacapture-core:android'
|
|
project(':scandit-react-native-datacapture-core:android').projectDir = new File("../node_modules/scandit-react-native-datacapture-core/android")
|
|
|
|
rootProject.name = 'StockCountSample'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|