update README and History

This commit is contained in:
Naoyuki Kanezawa
2015-01-28 23:09:43 +09:00
parent fc7c2f8ba4
commit 706231e4dc
2 changed files with 13 additions and 3 deletions

View File

@@ -19,16 +19,16 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
</dependencies>
```
### Gradle
Add it as a gradle dependency for Android Studio, in `build.gradle`:
```groovy
compile 'com.github.nkzawa:socket.io-client:0.3.0'
compile 'com.github.nkzawa:socket.io-client:0.4.0'
```
## Usage