Skip to content

Commit d8e2626

Browse files
committed
Minor build script fix
Minor README fixes
1 parent 735f493 commit d8e2626

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This SocketCluster Java/Android Client fork has the following differences from u
77
- Underlying [nv-websocket-client](https://github.com/TakahikoKawasaki/nv-websocket-client) has been updated to the latest version
88
- Breaking: callback params now have Jackson `JsonNode` types, instead of upstream's `Object`
99

10-
**Important Notes:** Due to using `jackson-databing` this library is significantly bigger in size than upstream (~2 Mb), so if binary codec support is not needed, consider using upstream instead.
10+
**Important Notes:** Due to using `jackson-databing` this library is significantly bigger in size than upstream (~1.8 Mb), so if binary codec support is not needed, consider using upstream instead.
1111

1212
Overview
1313
--------
@@ -36,7 +36,7 @@ dependencies {
3636
}
3737
```
3838

39-
[Download JAR](https://api.bintray.com/packages/sacoo7/Maven/socketcluster-client/images/download.svg)
39+
[Download](https://github.com/XDex/socketcluster-client-java/releases)
4040

4141
Description
4242
-----------

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ bintray{
9090
}
9191

9292
dependencies {
93-
implementation 'com.neovisionaries:nv-websocket-client:2.3'
94-
implementation 'org.msgpack:jackson-dataformat-msgpack:0.8.15'
93+
compile 'com.neovisionaries:nv-websocket-client:2.3'
94+
compile 'org.msgpack:jackson-dataformat-msgpack:0.8.15'
9595
}

0 commit comments

Comments
 (0)