Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhaotony committed Dec 18, 2018
2 parents 54b263a + cfe6a05 commit 35ae57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ allprojects {
```groovy
dependencies {
//Basic Socket client functionality
api 'com.tonystark.android:socket:+'
api 'com.tonystark.android:socket:latest.release'
//If you want to use server functionality, you need to compile the following libraries
api 'com.tonystark.android:socket-server:+'
api 'com.tonystark.android:socket-server:latest.release'
}
```

Expand Down

0 comments on commit 35ae57f

Please sign in to comment.