diff --git a/README.md b/README.md index 0d362bc..979594b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`. io.socket engine.io-client - 0.6.2 + 0.6.3 ``` @@ -25,7 +25,7 @@ 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.3') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }