mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
6 lines
373 B
Groovy
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') |