6 lines
184 B
Groovy
6 lines
184 B
Groovy
|
rootProject.name = 'rctsockets'
|
||
|
|
||
|
include ':app'
|
||
|
include ':react-native-udp'
|
||
|
project(':react-native-udp').projectDir = new File(settingsDir, '../node_modules/react-native-udp/android')
|