Files
self/app/android/settings.gradle
0xturboblitz d6ceaabe86 rename
2023-11-07 19:33:54 +03:00

6 lines
429 B
Groovy

rootProject.name = 'Proof of Passport'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')
include ':react-native-passport-reader'
project(':react-native-passport-reader').projectDir = new File(rootProject.projectDir, './react-native-passport-reader/android')