rootProject.name = 'sample-ui-imagecapture'
include ':react-native-abbyy-mobile-capture'
project(':react-native-abbyy-mobile-capture').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-abbyy-mobile-capture/android')
include ':rn-actionsheet-module'
project(':rn-actionsheet-module').projectDir = new File(rootProject.projectDir, '../node_modules/rn-actionsheet-module/android')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
