Files
react-native-code-push/Examples/CodePushDemoApp/android/settings.gradle
2017-04-10 08:51:43 +03:00

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'