Skip to content

Commit

Permalink
Replace Picasso with Coil in about
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Aug 10, 2024
1 parent ca4759f commit fa93e3a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ private val SOFTWARE_COMPONENTS = listOf(
"AndroidX", "2005 - 2011", "The Android Open Source Project",
"https://developer.android.com/jetpack", StandardLicenses.APACHE2
),
SoftwareComponent(
"Coil", "2023", "Coil Contributors",
"https://coil-kt.github.io/coil/", StandardLicenses.APACHE2
),
SoftwareComponent(
"ExoPlayer", "2014 - 2020", "Google, Inc.",
"https://github.com/google/ExoPlayer", StandardLicenses.APACHE2
Expand Down Expand Up @@ -83,10 +87,6 @@ private val SOFTWARE_COMPONENTS = listOf(
"OkHttp", "2019", "Square, Inc.",
"https://square.github.io/okhttp/", StandardLicenses.APACHE2
),
SoftwareComponent(
"Picasso", "2013", "Square, Inc.",
"https://square.github.io/picasso/", StandardLicenses.APACHE2
),
SoftwareComponent(
"PrettyTime", "2012 - 2020", "Lincoln Baxter, III",
"https://github.com/ocpsoft/prettytime", StandardLicenses.APACHE2
Expand Down

0 comments on commit fa93e3a

Please sign in to comment.