android doc cleanup
This commit is contained in:
parent
083519ec53
commit
b65f11fb72
|
@ -28,7 +28,7 @@ npm install --save react-native-tcp
|
|||
```gradle
|
||||
...
|
||||
include ':react-native-tcp'
|
||||
project(':react-native-tcp').projectDir = new File(settingsDir, '../node_modules/react-native-tcp/android')
|
||||
project(':react-native-tcp').projectDir = new File(settingsDir, '../node_modules/react-native-tcp/android/core')
|
||||
```
|
||||
* `android/app/build.gradle`
|
||||
|
||||
|
|
Loading…
Reference in New Issue