Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jrejaud/WearSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
jrejaud committed Dec 30, 2015
2 parents 37a32f8 + b53c461 commit 0e04a7d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@ This library (inspired by Socket.IO), aims to streamline both [message sending](

## Installation

Add this line to your ```dependencies``` in your ```build.gradle``` file:
Use [JitPack](https://jitpack.io/#jrejaud/WearSocket)

```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
compile 'com.github.jrejaud:wear-socket:0.1.2'

```
dependencies {
compile 'com.github.jrejaud:WearSocket:v1.0.0'
}
```

Note: WearSocket uses jCenter repository and is not on Maven Central atm.

Expand Down

0 comments on commit 0e04a7d

Please sign in to comment.