We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad9a3f commit 8b1fbdcCopy full SHA for 8b1fbdc
README.md
@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
16
<dependency>
17
<groupId>io.socket</groupId>
18
<artifactId>engine.io-client</artifactId>
19
- <version>0.8.3</version>
+ <version>0.9.0</version>
20
</dependency>
21
</dependencies>
22
```
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`.
25
Add it as a gradle dependency for Android Studio, in `build.gradle`:
26
27
```groovy
28
-compile ('io.socket:engine.io-client:0.8.3') {
+compile ('io.socket:engine.io-client:0.9.0') {
29
// excluding org.json which is provided by Android
30
exclude group: 'org.json', module: 'json'
31
}
0 commit comments