Files
react-native-code-push/Examples/CodePushDemoApp-pre0.49/android/settings.gradle

6 lines
222 B
Groovy

rootProject.name = 'CodePushDemoApp'
include ':react-native-code-push'
project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
include ':app'