mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 15:49:36 +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'
|