File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 0.8.3 / 2016-12-12
3+ ==================
4+
5+ * bump ` engine.io-client `
6+
270.8.2 / 2016-10-22
38==================
49
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
2121 <dependency >
2222 <groupId >io.socket</groupId >
2323 <artifactId >socket.io-client</artifactId >
24- <version >0.8.2 </version >
24+ <version >0.8.3 </version >
2525 </dependency >
2626</dependencies >
2727```
@@ -30,7 +30,7 @@ Add the following dependency to your `pom.xml`.
3030Add it as a gradle dependency for Android Studio, in ` build.gradle ` :
3131
3232``` groovy
33- compile ('io.socket:socket.io-client:0.8.2 ') {
33+ compile ('io.socket:socket.io-client:0.8.3 ') {
3434 // excluding org.json which is provided by Android
3535 exclude group: 'org.json', module: 'json'
3636}
You can’t perform that action at this time.
0 commit comments