2
0
mirror of synced 2025-01-19 18:59:09 +00:00
2017-07-04 19:22:19 -04:00

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')