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

4 lines
197 B
Groovy
Raw Normal View History

2016-02-23 19:51:58 +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'