6 lines
189 B
Groovy
Raw Normal View History

2015-12-29 16:00:18 -08:00
rootProject.name = 'rctsockets'
include ':app'
include ':react-native-tcp'
project(':react-native-tcp').projectDir = new File(settingsDir, '../node_modules/react-native-tcp/android/core')