penfeizhou / APNG4Android

Android animation support for APNG & Animated WebP & Gif & Animated AVIF, High performance
Apache License 2.0
570 stars 75 forks source link

Update description, include url, license, and developer info in POM #196

Closed nikclayton closed 1 year ago

nikclayton commented 1 year ago

This allows tools like https://github.com/mikepenz/AboutLibraries to display accurate information

nikclayton commented 1 year ago

Hello, a bit more context for this PR. I want to use https://github.com/mikepenz/AboutLibraries in Tusky (https://github.com/tuskyapp/Tusky/pull/3287) to accurately display information about the libraries we're using.

However, at the moment, for these libraries, the information looks like this:

I think this is because the POM info that's included with the libraries is incomplete, missing a useful description, URL for the project, license, and developer information.

That's what I've added in this PR.