Merge pull request #303 from ubuntudroid/patch-1

Bump coil to 0.13.0
This commit is contained in:
Dimitry 2020-10-09 17:13:27 +03:00 committed by GitHub
commit 62cb8d1f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).