BlueWallet/android/settings.gradle

8 lines
375 B
Groovy
Raw Normal View History

rootProject.name = 'BlueWallet'
2019-07-13 00:34:06 +02:00
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
2024-07-20 02:36:08 +02:00
includeBuild('../node_modules/@react-native/gradle-plugin')
include ':detox'
2024-07-20 02:36:08 +02:00
project(':detox').projectDir = new File(rootProject.projectDir, '../node_modules/detox/android/detox')