Skip to content

Commit 0e04a7d

Browse files
committed
Merge branch 'master' of https://github.com/jrejaud/WearSocket
2 parents 37a32f8 + b53c461 commit 0e04a7d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Diff for: README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@ This library (inspired by Socket.IO), aims to streamline both [message sending](
55

66
## Installation
77

8-
Add this line to your ```dependencies``` in your ```build.gradle``` file:
8+
Use [JitPack](https://jitpack.io/#jrejaud/WearSocket)
9+
10+
```
11+
allprojects {
12+
repositories {
13+
...
14+
maven { url "https://jitpack.io" }
15+
}
16+
}
917
```
10-
compile 'com.github.jrejaud:wear-socket:0.1.2'
18+
1119
```
20+
dependencies {
21+
compile 'com.github.jrejaud:WearSocket:v1.0.0'
22+
}
23+
```
1224

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

0 commit comments

Comments
 (0)