This commit is contained in:
Naoyuki Kanezawa
2015-05-03 01:17:04 +09:00
parent 5f2b89e6d6
commit d460a5e026
3 changed files with 11 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>0.4.1</version>
<version>0.5.0</version>
</dependency>
</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`:
```groovy
compile 'com.github.nkzawa:engine.io-client:0.4.1'
compile 'com.github.nkzawa:engine.io-client:0.5.0'
```
## Usage