diff --git a/installation.html b/installation.html index 07767d7b..f1ca6716 100644 --- a/installation.html +++ b/installation.html @@ -107,7 +107,7 @@

Gradle

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'
 }