Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3><a name="Gradle"></a>Gradle</h3>
<p>Add it as a gradle dependency for Android Studio, in <code>build.gradle</code>:</p>

<div class="source">
<div class="source"><pre class="prettyprint">compile ('io.socket:socket.io-client:2.0.1') {
<div class="source"><pre class="prettyprint">implementation ('io.socket:socket.io-client:2.0.1') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}
Expand Down