react-native-firebase/example/demo/android/settings.gradle

5 lines
203 B
Groovy
Raw Normal View History

2017-07-04 22:43:50 +00:00
rootProject.name = 'demo'
include ':app'
2017-07-04 23:22:19 +00:00
include ':react-native-firebase'
project(':react-native-firebase').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firebase/android')