Scarlet icon indicating copy to clipboard operation
Scarlet copied to clipboard

Missing dependencies in README sample

Open michaelbukachi opened this issue 5 years ago • 1 comments

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 avatar Aug 26 '20 18:08 michaelbukachi

@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

francescosalamone avatar Oct 27 '20 09:10 francescosalamone