update README

This commit is contained in:
nkzawa
2017-07-14 09:38:03 +09:00
parent cad9a3f85c
commit 8b1fbdcc99

View File

@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
<dependency> <dependency>
<groupId>io.socket</groupId> <groupId>io.socket</groupId>
<artifactId>engine.io-client</artifactId> <artifactId>engine.io-client</artifactId>
<version>0.8.3</version> <version>0.9.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency for Android Studio, in `build.gradle`: Add it as a gradle dependency for Android Studio, in `build.gradle`:
```groovy ```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 // excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }