mirror of
https://github.com/status-im/status-react.git
synced 2025-02-04 23:26:11 +00:00
6 lines
198 B
Groovy
6 lines
198 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') |