mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-10 16:03:04 +01:00
dfc16c0351
The previous code did not credit all third party code used in the app, or provide access to the licenses. Fix this by adopting the "aboutlibraries" library, which processes dependencies at build time and generates a list of dependencies, versions, and license information to display to the user. Use this to also ensure that the non-source dependencies (artwork, emoji) are given appropriate credit.
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"uniqueId": "com.github.tuskyapp:tusky",
|
|
"developers": [
|
|
{
|
|
"name": "Tusky Contributors",
|
|
"organisationUrl": "https://github.com/tuskyapp/tusky"
|
|
}
|
|
],
|
|
"artifactVersion": "10a6b161",
|
|
"description": "Tusky code",
|
|
"name": "Tusky code",
|
|
"licenses": [
|
|
"GPL_3_0_or_later"
|
|
],
|
|
"website": "https://tusky.app/"
|
|
}
|