2015-12-31 11:02:57 -08:00

6 lines
189 B
Groovy

rootProject.name = 'rctsockets'
include ':app'
include ':react-native-tcp'
project(':react-native-tcp').projectDir = new File(settingsDir, '../node_modules/react-native-tcp/android/core')