Skip to content

Commit 08bc462

Browse files
1 parent ad23cfc commit 08bc462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following dependency to your `pom.xml`.
2626
Add it as a gradle dependency for Android Studio, in `build.gradle`:
2727

2828
```groovy
29-
compile ('io.socket:socket.io-client:2.0.1') {
29+
implementation ('io.socket:socket.io-client:2.0.1') {
3030
// excluding org.json which is provided by Android
3131
exclude group: 'org.json', module: 'json'
3232
}

0 commit comments

Comments
 (0)