BlueWallet/android/settings.gradle
Marcos Rodriguez Vélez c95350b68f
OPS: Update RN (#5305)
2023-03-04 17:51:11 +00:00

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