Scarlet
Scarlet copied to clipboard
Missing dependencies in README sample
Hi, I've noticed that the documentation on the README is missing some information such as the dependencies to use. For instance, this line is missing:
implementation 'com.tinder.scarlet:websocket-okhttp:0.1.9'
This makes it difficult to quickly bootstrap a project or follow the setup steps in the README. I can create a PR for this.
@michaelbukachi I also found that if you want to implement the 0.2.4 version (via jitpack) the websocket-okhttp is missing, there are a scarlet-protocol-websocket-okhttp dependency but looks different, becouse Websocket.Event is still not found, so I have to use websocket-okhttp:0.1.9 dependency