Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where do the clean short names of the libraries come from? #184

Closed
rekire opened this issue Jun 20, 2021 · 2 comments · Fixed by #191
Closed

Where do the clean short names of the libraries come from? #184

rekire opened this issue Jun 20, 2021 · 2 comments · Fixed by #191

Comments

@rekire
Copy link
Contributor

rekire commented Jun 20, 2021

When I check the resulting list of libraries I see that a lot of packages have a good readable name like "Android SDK" or "AndroidX core library" however there is also "android.core:core-ktx" which is not so nice to read. I would guess that there are some artifacts mapped somehow to clean names. Where is that code?

Can I give my own libraries also such clean and nice names in the listing?

@rekire
Copy link
Contributor Author

rekire commented Jun 26, 2021

I found out what is going on. This is a neat extension just for Google Play Services. In LicensesTask.action() is a check which access the files third_party_licenses with the extension txt and json within the aar dependency.

Out of my understanding there is no direct way to add clear names of the dependencies #185 goes it bit in the same direction

@rekire
Copy link
Contributor Author

rekire commented Jul 3, 2021

I suggest that the name from the POM file should be used. That would work for all dependencies when that tag is set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant