From 537d8e715d8d48ce9da3aced4575245e28ca56f1 Mon Sep 17 00:00:00 2001 From: Sven Bendel Date: Thu, 8 Oct 2020 17:26:12 +0200 Subject: [PATCH] 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. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f19cfa96..40ac5702 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ ext { final def commonMarkVersion = '0.13.0' 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 // api level mismatch that Markwon supports (16) and later versions of AndroidGifDrawable (17).