update README and History
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
0.4.1 / 2015-02-08
|
||||||
|
==================
|
||||||
|
|
||||||
|
* set connect timeout for polling
|
||||||
|
|
||||||
0.4.0 / 2015-01-25
|
0.4.0 / 2015-01-25
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>engine.io-client</artifactId>
|
<artifactId>engine.io-client</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</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 'com.github.nkzawa:engine.io-client:0.4.0'
|
compile 'com.github.nkzawa:engine.io-client:0.4.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user