2016-02-22 22:04:42 +00:00
|
|
|
rootProject.name = 'Messenger'
|
|
|
|
|
|
|
|
include ':app'
|
|
|
|
|
|
|
|
include ':react-native-contacts'
|
2016-02-23 22:15:51 +00:00
|
|
|
project(':react-native-contacts').projectDir = new File(settingsDir, '../node_modules/react-native-contacts/android')
|
|
|
|
|
|
|
|
include ':react-native-i18n'
|
2016-03-11 16:04:12 +00:00
|
|
|
project(':react-native-i18n').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-i18n/android')
|
|
|
|
// realm dependency
|
|
|
|
include ':realm'
|
|
|
|
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
|