Socket.io depreciated function

Kept socket.io to previous version in gradle.
pull/316/head^2
Jude Ibe (Toochukwu) 8 years ago
parent d3d733ab42
commit 02f9660fda

@ -105,7 +105,7 @@ dependencies {
implementation('com.opencsv:opencsv:3.9') { implementation('com.opencsv:opencsv:3.9') {
exclude group: 'commons-logging', module: 'commons-logging' 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' exclude group: 'org.json', module: 'json'
} }
} }

Loading…
Cancel
Save