Scarlet
Scarlet copied to clipboard
What version am I supposed to use?
For the 0.2.x branch, I installed this dependency according to the README.md:
implementation 'com.tinder.scarlet:scarlet:0.1.9'
Is that correct? What versions are the demo applications using? I can't use the same classes that the echo Web Socket project does, like the OkHttpWebSocket constructor and WebSocketEvent and StateTransition.
Which version is newer on jitpack, 0.1.9 or 0.2.4?
the version number in README in 0.2.x branch is incorrect. you should be using 0.2.4 from jitpack.
0.1.x is current production version, and 0.2.x branch is still working in progress.
i'll put up a pr to fix the README