Replace Picasso with Coil in about
This commit is contained in:
parent
b05b98ca61
commit
ba2efded76
|
@ -38,6 +38,10 @@ private val SOFTWARE_COMPONENTS = listOf(
|
||||||
"AndroidX", "2005 - 2011", "The Android Open Source Project",
|
"AndroidX", "2005 - 2011", "The Android Open Source Project",
|
||||||
"https://developer.android.com/jetpack", StandardLicenses.APACHE2
|
"https://developer.android.com/jetpack", StandardLicenses.APACHE2
|
||||||
),
|
),
|
||||||
|
SoftwareComponent(
|
||||||
|
"Coil", "2023", "Coil Contributors",
|
||||||
|
"https://coil-kt.github.io/coil/", StandardLicenses.APACHE2
|
||||||
|
),
|
||||||
SoftwareComponent(
|
SoftwareComponent(
|
||||||
"ExoPlayer", "2014 - 2020", "Google, Inc.",
|
"ExoPlayer", "2014 - 2020", "Google, Inc.",
|
||||||
"https://github.com/google/ExoPlayer", StandardLicenses.APACHE2
|
"https://github.com/google/ExoPlayer", StandardLicenses.APACHE2
|
||||||
|
@ -83,10 +87,6 @@ private val SOFTWARE_COMPONENTS = listOf(
|
||||||
"OkHttp", "2019", "Square, Inc.",
|
"OkHttp", "2019", "Square, Inc.",
|
||||||
"https://square.github.io/okhttp/", StandardLicenses.APACHE2
|
"https://square.github.io/okhttp/", StandardLicenses.APACHE2
|
||||||
),
|
),
|
||||||
SoftwareComponent(
|
|
||||||
"Picasso", "2013", "Square, Inc.",
|
|
||||||
"https://square.github.io/picasso/", StandardLicenses.APACHE2
|
|
||||||
),
|
|
||||||
SoftwareComponent(
|
SoftwareComponent(
|
||||||
"PrettyTime", "2012 - 2020", "Lincoln Baxter, III",
|
"PrettyTime", "2012 - 2020", "Lincoln Baxter, III",
|
||||||
"https://github.com/ocpsoft/prettytime", StandardLicenses.APACHE2
|
"https://github.com/ocpsoft/prettytime", StandardLicenses.APACHE2
|
||||||
|
|
Loading…
Reference in New Issue