From 8b1fbdcc992e89963acd730baa72f5c3e5f0f3e7 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Fri, 14 Jul 2017 09:38:03 +0900 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7079a77..46920be 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.8.3 + 0.9.0 ``` @@ -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.8.3') { +compile ('io.socket:engine.io-client:0.9.0') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }