rootProject.name = 'examples'
include ':react-native-idreader'
project(':react-native-idreader').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-idreader/android')

include ':app'
