
dependencies {

    api ('io.socket:socket.io-client:1.+') {
      exclude group: 'org.json', module: 'json'
    }

}
