We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816d0a8 commit f67ffb2Copy full SHA for f67ffb2
1 file changed
README.md
@@ -27,13 +27,17 @@ Gradle
27
------
28
29
```Gradle
30
-repositories {
31
- jcenter()
32
- maven { url "https://jitpack.io" }
+allprojects {
+ repositories {
+ jcenter()
33
+ maven { url "https://jitpack.io" }
34
+ }
35
}
36
37
+...
38
+
39
dependencies {
- implementation 'com.github.XDex:SocketclusterClientJava:2.0.0'
40
+ implementation 'com.github.XDex:socketcluster-client-java:2.0.1'
41
42
```
43
0 commit comments