status-mobile/android/settings.gradle
Jarrad Hope 65644b2d84 i18n android integration, TODO iOS
Former-commit-id: f4af8beb158f4b36618004f5f9b61e2759265192
2016-02-23 23:15:51 +01:00

9 lines
349 B
Groovy

rootProject.name = 'Messenger'
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')