update socket.io to 1.0.0

This commit is contained in:
Milos Kozak 2018-05-02 18:49:40 +02:00
parent a36b1b2a10
commit 8419f8d0e9

View file

@ -209,7 +209,7 @@ dependencies {
implementation("com.google.android:flexbox:0.3.0") { implementation("com.google.android:flexbox:0.3.0") {
exclude group: "com.android.support" exclude group: "com.android.support"
} }
implementation("io.socket:socket.io-client:0.8.3") { implementation("io.socket:socket.io-client:1.0.0") {
// excluding org.json which is provided by Android // excluding org.json which is provided by Android
exclude group: "org.json", module: "json" exclude group: "org.json", module: "json"
} }