Bump coil to 0.13.0
Coil has reverted to looking up image data in its cache on the main thread as opposed to the changes introduced in 0.12.0 due to the downsides of the background thread approach. This more sane approach is probably usually also what markwon users would expect.
This commit is contained in:
parent
7002dbfb8d
commit
537d8e715d
@ -58,7 +58,7 @@ ext {
|
|||||||
|
|
||||||
final def commonMarkVersion = '0.13.0'
|
final def commonMarkVersion = '0.13.0'
|
||||||
final def daggerVersion = '2.10'
|
final def daggerVersion = '2.10'
|
||||||
final def coilVersion = '0.12.0'
|
final def coilVersion = '0.13.0'
|
||||||
|
|
||||||
// please note that `pl.droidsonroids.gif:android-gif-drawable:1.2.15` is used due to the minimum
|
// please note that `pl.droidsonroids.gif:android-gif-drawable:1.2.15` is used due to the minimum
|
||||||
// api level mismatch that Markwon supports (16) and later versions of AndroidGifDrawable (17).
|
// api level mismatch that Markwon supports (16) and later versions of AndroidGifDrawable (17).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user