update README

This commit is contained in:
Naoyuki Kanezawa
2015-06-28 12:33:38 +09:00
parent bdf43afd26
commit 0f15e89f8a

View File

@@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`.
<dependency> <dependency>
<groupId>com.github.nkzawa</groupId> <groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId> <artifactId>socket.io-client</artifactId>
<version>0.5.1</version> <version>0.5.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@@ -28,7 +28,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:socket.io-client:0.5.1' compile 'com.github.nkzawa:socket.io-client:0.5.2'
``` ```
## Usage ## Usage