update socket.io to 1.0.0
This commit is contained in:
parent
a36b1b2a10
commit
8419f8d0e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue