status-react/syng-im/android/settings.gradle
michaelr 7817b72bc9 project and android config and build
Former-commit-id: 7a1e2e32ebe15af13c1b4955d3baec196af25828
2016-03-23 17:02:53 +02:00

13 lines
481 B
Groovy

rootProject.name = 'SyngIm'
include ':app'
include ':react-native-contacts'
project(':react-native-contacts').projectDir = new File(settingsDir, '../node_modules/react-native-contacts/android')
include ':react-native-i18n'
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')