mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 11:34:57 +08:00
6 lines
222 B
Groovy
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'
|