Socket.io depreciated function
Kept socket.io to previous version in gradle.
This commit is contained in:
parent
d3d733ab42
commit
02f9660fda
@ -105,7 +105,7 @@ dependencies {
|
||||
implementation('com.opencsv:opencsv:3.9') {
|
||||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
}
|
||||
implementation('io.socket:socket.io-client:+') {
|
||||
implementation('io.socket:socket.io-client:0.8.3') {
|
||||
exclude group: 'org.json', module: 'json'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user