mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
5d4a25840b
Co-authored-by: Ivan Vershigora <ivan.vershigora@gmail.com>
6 lines
314 B
Groovy
6 lines
314 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') |