BlueWallet/android/settings.gradle

8 lines
375 B
Groovy
Raw Normal View History

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