BlueWallet/android/settings.gradle
Marcos Rodriguez Velez 5631802e83
wip
2024-07-19 20:36:08 -04:00

8 lines
375 B
Groovy

rootProject.name = 'BlueWallet'
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 ':detox'
project(':detox').projectDir = new File(rootProject.projectDir, '../node_modules/detox/android/detox')