update README

This commit is contained in:
Naoyuki Kanezawa
2014-09-21 23:22:14 +09:00
parent fbe02b6f0a
commit cdafd9e04d

View File

@@ -13,7 +13,7 @@ The latest artifact is available on Maven Central. Add the following dependency
<dependency> <dependency>
<groupId>com.github.nkzawa</groupId> <groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId> <artifactId>socket.io-client</artifactId>
<version>0.1.3</version> <version>0.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@@ -22,7 +22,7 @@ Or to install it manually, please refer dependencies to [pom.xml](https://github
Add it as a gradle dependency for Android Studio, in build.gradle: Add it as a gradle dependency for Android Studio, in build.gradle:
```javascript ```javascript
compile 'com.github.nkzawa:socket.io-client:0.1.3' compile 'com.github.nkzawa:socket.io-client:0.2.0'
``` ```
## Usage ## Usage