From b771a6423a67385bd83083f251168f8998eed382 Mon Sep 17 00:00:00 2001 From: shanto-miah <68785433+shanto-miah@users.noreply.github.com> Date: Tue, 21 Sep 2021 02:48:01 +0600 Subject: [PATCH] compile to implementation --- installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.html b/installation.html index 07767d7b..f1ca6716 100644 --- a/installation.html +++ b/installation.html @@ -107,7 +107,7 @@
Add it as a gradle dependency for Android Studio, in build.gradle:
compile ('io.socket:socket.io-client:2.0.1') {
+implementation ('io.socket:socket.io-client:2.0.1') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}