@@ -17,7 +17,7 @@ Add the following dependency to your `pom.xml`.
17
17
<dependency >
18
18
<groupId >io.socket</groupId >
19
19
<artifactId >socket.io-client</artifactId >
20
- <version >2.1.0 </version >
20
+ <version >2.1.1 </version >
21
21
</dependency >
22
22
</dependencies >
23
23
```
@@ -26,7 +26,7 @@ Add the following dependency to your `pom.xml`.
26
26
Add it as a gradle dependency for Android Studio, in ` build.gradle ` :
27
27
28
28
``` groovy
29
- implementation ('io.socket:socket.io-client:2.1.0 ') {
29
+ implementation ('io.socket:socket.io-client:2.1.1 ') {
30
30
// excluding org.json which is provided by Android
31
31
exclude group: 'org.json', module: 'json'
32
32
}
@@ -36,6 +36,7 @@ implementation ('io.socket:socket.io-client:2.1.0') {
36
36
37
37
| ` socket.io-client ` | ` engine.io-client ` | ` okhttp ` |
38
38
| -----------------------------------------------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------|
39
+ | ` 2.1.1 ` ([ diff] ( https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.1.0...socket.io-client-2.1.1 ) ) | ` 2.1.0 ` | ` 3.12.12 ` |
39
40
| ` 2.1.0 ` ([ diff] ( https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.0.1...socket.io-client-2.1.0 ) ) | ` 2.1.0 ` ([ diff] ( https://github.com/socketio/engine.io-client-java/compare/engine.io-client-2.0.0...engine.io-client-2.1.0 ) ) | ` 3.12.12 ` |
40
41
| ` 2.0.1 ` ([ diff] ( https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.0.0...socket.io-client-2.0.1 ) ) | ` 2.0.0 ` | ` 3.12.12 ` |
41
42
| ` 2.0.0 ` ([ diff] ( https://github.com/socketio/socket.io-client-java/compare/socket.io-client-1.0.1...socket.io-client-2.0.0 ) ) | ` 2.0.0 ` ([ diff] ( https://github.com/socketio/engine.io-client-java/compare/engine.io-client-1.0.1...engine.io-client-2.0.0 ) ) | ` 3.12.12 ` |
0 commit comments