BlueWallet/android/settings.gradle
Marcos Rodriguez Velez 402084e720
Update settings.gradle
2024-07-01 22:18:51 -04:00

5 lines
313 B
Groovy

rootProject.name = 'BlueWallet'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':detox'
project(':detox').projectDir = new File(rootProject.projectDir, '../node_modules/detox/android/detox')