Skip to content

Commit 8538fcd

Browse files
committed
update README
1 parent 86898db commit 8538fcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Add the following dependency to your `pom.xml`.
3030
Add it as a gradle dependency for Android Studio, in `build.gradle`:
3131

3232
```groovy
33-
compile 'io.socket:socket.io-client:0.6.2'
33+
compile ('io.socket:socket.io-client:0.6.2') {
34+
// excluding org.json which is provided by Android
35+
exclude group: 'org.json', module: 'json'
36+
}
3437
```
3538

3639
## Usage

0 commit comments

Comments
 (0)