update README

This commit is contained in:
nkzawa
2015-12-13 00:08:06 +09:00
parent 86898db7b1
commit 8538fcdca3

View File

@@ -30,7 +30,10 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency for Android Studio, in `build.gradle`:
```groovy
compile 'io.socket:socket.io-client:0.6.2'
compile ('io.socket:socket.io-client:0.6.2') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}
```
## Usage