1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/Example/testHotUpdate/android/settings.gradle

12 lines
627 B
Groovy
Raw Normal View History

2023-04-02 12:51:43 +08:00
rootProject.name = 'AwesomeProject'
2019-10-04 18:38:54 +08:00
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
2016-02-23 19:51:58 +08:00
include ':app'
2022-06-01 16:43:43 +08:00
includeBuild('../node_modules/react-native-gradle-plugin')
2023-04-02 12:51:43 +08:00
if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
include(":ReactAndroid")
project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
include(":ReactAndroid:hermes-engine")
project(":ReactAndroid:hermes-engine").projectDir = file('../node_modules/react-native/ReactAndroid/hermes-engine')
}