mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-25 16:10:18 +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') |