rootProject.name = 'BarcodeReaderExample'

include ':app'
include ':RCTBarcodeReaderAndroid'
project(':RCTBarcodeReaderAndroid').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-barcode-reader/RCTBarcodeReaderAndroid')
