mirror of
https://github.com/zhigang1992/react-native-firebase-starter.git
synced 2026-01-12 22:50:21 +08:00
6 lines
217 B
Groovy
6 lines
217 B
Groovy
rootProject.name = 'RNFirebaseStarter'
|
|
include ':react-native-firebase'
|
|
project(':react-native-firebase').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firebase/android')
|
|
|
|
include ':app'
|