diff --git a/README.md b/README.md index 879ce71..9ad3cce 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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:engine.io-client:0.6.2' +compile ('io.socket:engine.io-client:0.6.2') { + // excluding org.json which is provided by Android + exclude group: 'org.json', module: 'json' +} ``` ## Usage