mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-09 17:40:29 +08:00
5 lines
203 B
Groovy
5 lines
203 B
Groovy
rootProject.name = 'demo'
|
|
include ':app'
|
|
include ':react-native-firebase'
|
|
project(':react-native-firebase').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firebase/android')
|