Skip to content

Commit ba2efde

Browse files
Replace Picasso with Coil in about
1 parent b05b98c commit ba2efde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • app/src/main/java/org/schabi/newpipe/ui/components/about

app/src/main/java/org/schabi/newpipe/ui/components/about/LicenseTab.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ private val SOFTWARE_COMPONENTS = listOf(
3838
"AndroidX", "2005 - 2011", "The Android Open Source Project",
3939
"https://developer.android.com/jetpack", StandardLicenses.APACHE2
4040
),
41+
SoftwareComponent(
42+
"Coil", "2023", "Coil Contributors",
43+
"https://coil-kt.github.io/coil/", StandardLicenses.APACHE2
44+
),
4145
SoftwareComponent(
4246
"ExoPlayer", "2014 - 2020", "Google, Inc.",
4347
"https://github.com/google/ExoPlayer", StandardLicenses.APACHE2
@@ -83,10 +87,6 @@ private val SOFTWARE_COMPONENTS = listOf(
8387
"OkHttp", "2019", "Square, Inc.",
8488
"https://square.github.io/okhttp/", StandardLicenses.APACHE2
8589
),
86-
SoftwareComponent(
87-
"Picasso", "2013", "Square, Inc.",
88-
"https://square.github.io/picasso/", StandardLicenses.APACHE2
89-
),
9090
SoftwareComponent(
9191
"PrettyTime", "2012 - 2020", "Lincoln Baxter, III",
9292
"https://github.com/ocpsoft/prettytime", StandardLicenses.APACHE2

0 commit comments

Comments
 (0)