mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-15 02:35:26 +00:00
7 lines
222 B
Groovy
7 lines
222 B
Groovy
rootProject.name = 'RNLanguagesExample'
|
|
|
|
include ':react-native-languages'
|
|
project(':react-native-languages').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-languages/android')
|
|
|
|
include ':app'
|