mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-29 17:36:16 +00:00
7 lines
231 B
Groovy
7 lines
231 B
Groovy
rootProject.name = 'ReactNativeLanguagesExample'
|
|
|
|
include ':react-native-languages'
|
|
project(':react-native-languages').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-languages/android')
|
|
|
|
include ':app'
|