update README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user