Migrate from Glide to Coil

This commit is contained in:
MM20
2022-01-20 22:40:32 +01:00
parent 401a493864
commit 0447d3072d
17 changed files with 91 additions and 171 deletions

View File

@@ -77,13 +77,6 @@ val OpenSourceLicenses = arrayOf(
copyrightNote = "Copyright (c) 2009-2021 Jonathan Hedley <https://jsoup.org/>",
url = "https://jsoup.org/"
),
OpenSourceLibrary(
name = "Glide",
description = "A fast and efficient open source media management and image loading framework for Android",
licenseName = R.string.glide_license_name,
licenseText = R.raw.license_glide,
url = "https://bumptech.github.io/glide/"
),
OpenSourceLibrary(
name = "Glide Transformations",
description = "An Android transformation library providing a variety of image transformations for Glide",