2022-06-01 16:43:43 +08:00
|
|
|
rootProject.name = 'testHotupdate'
|
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')
|