mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 08:45:58 +00:00
65644b2d84
Former-commit-id: f4af8beb158f4b36618004f5f9b61e2759265192
9 lines
349 B
Groovy
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') |