repositories {
  google()
  mavenCentral()
}

dependencies {
  implementation('io.socket:socket.io-client:2.1.0') {
    exclude group: 'org.json', module: 'json'
  }
}
