BlueWallet/android/settings.gradle
Marcos Rodriguez Velez 056f65215e
OPS: Update RN
2023-12-18 11:21:42 -04:00

6 lines
373 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')