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+ * replace okhttp-ws with okhttp (#78 ) [ @b95505017 ]
6+
270.8.2 / 2016-10-22
38==================
49
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
1616 <dependency >
1717 <groupId >io.socket</groupId >
1818 <artifactId >engine.io-client</artifactId >
19- <version >0.8.2 </version >
19+ <version >0.8.3 </version >
2020 </dependency >
2121</dependencies >
2222```
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`.
2525Add it as a gradle dependency for Android Studio, in ` build.gradle ` :
2626
2727``` groovy
28- compile ('io.socket:engine.io-client:0.8.2 ') {
28+ compile ('io.socket:engine.io-client:0.8.3 ') {
2929 // excluding org.json which is provided by Android
3030 exclude group: 'org.json', module: 'json'
3131}
You can’t perform that action at this time.
0 commit comments