This commit is contained in:
MM20
2022-01-19 21:46:09 +01:00
parent d0ae9e59ae
commit d258514541
2 changed files with 16 additions and 0 deletions
@@ -185,4 +185,12 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_ofl,
url = "https://github.com/itfoundry/poppins"
),
OpenSourceLibrary(
name = "Coil",
description = "An image loading library for Android backed by Kotlin Coroutines",
copyrightNote = "Copyright 2021 Coil Contributors",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://coil-kt.github.io/coil/"
),
)