mirror of
https://github.com/status-im/react-native-tcp.git
synced 2025-01-14 04:34:34 +00:00
6 lines
189 B
Groovy
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')
|