Scarlet icon indicating copy to clipboard operation
Scarlet copied to clipboard

0.2.x: Update Coroutines

Open SteinerOk opened this issue 4 years ago • 1 comments

  • Coroutines to version 1.5.1
  • Timber to version 4.7.1
  • Remove ReceiveChannel support (Reason: Using 'openSubscription(Int = ...): ReceiveChannel<T>' is an error. Transforming publisher to channel is deprecated, use asFlow() instead)

Merge after https://github.com/Tinder/Scarlet/pull/191

SteinerOk avatar Jul 30 '21 08:07 SteinerOk

we have merged https://github.com/Tinder/Scarlet/pull/200, which has some dependency updates. can you rebase your branch?

aaronweihe avatar Jan 30 '22 05:01 aaronweihe