xref: /MusicFree/android/settings.gradle (revision bf6e62f27bf21a011995d7561e0093fae1a2d72e)
1rootProject.name = 'MusicFree'
2apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
3include ':app'
4includeBuild('../node_modules/react-native-gradle-plugin')
5
6if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
7    include(":ReactAndroid")
8    project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
9    include(":ReactAndroid:hermes-engine")
10    project(":ReactAndroid:hermes-engine").projectDir = file('../node_modules/react-native/ReactAndroid/hermes-engine')
11}
12
13include ':react-native-fs'
14project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')