Mathieu Acthernoene 7587c40111 Initial release
2017-08-01 18:44:14 +02:00

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'