We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05b98c commit ba2efdeCopy full SHA for ba2efde
1 file changed
app/src/main/java/org/schabi/newpipe/ui/components/about/LicenseTab.kt
@@ -38,6 +38,10 @@ private val SOFTWARE_COMPONENTS = listOf(
38
"AndroidX", "2005 - 2011", "The Android Open Source Project",
39
"https://developer.android.com/jetpack", StandardLicenses.APACHE2
40
),
41
+ SoftwareComponent(
42
+ "Coil", "2023", "Coil Contributors",
43
+ "https://coil-kt.github.io/coil/", StandardLicenses.APACHE2
44
+ ),
45
SoftwareComponent(
46
"ExoPlayer", "2014 - 2020", "Google, Inc.",
47
"https://github.com/google/ExoPlayer", StandardLicenses.APACHE2
@@ -83,10 +87,6 @@ private val SOFTWARE_COMPONENTS = listOf(
83
87
"OkHttp", "2019", "Square, Inc.",
84
88
"https://square.github.io/okhttp/", StandardLicenses.APACHE2
85
89
86
- SoftwareComponent(
- "Picasso", "2013", "Square, Inc.",
- "https://square.github.io/picasso/", StandardLicenses.APACHE2
- ),
90
91
"PrettyTime", "2012 - 2020", "Lincoln Baxter, III",
92
"https://github.com/ocpsoft/prettytime", StandardLicenses.APACHE2
0 commit comments