mikepenz/AboutLibraries

Only retrieve top level dependencies

jwson-automation opened this issue · 3 comments

About this issue

I know this autoDetectFeature get all dependencies and sub dependencies (maybe from library of library ), I wanna know how can I show dependencies only i write in my code with autoDetect...

If there is no way, just tell me that's impossible.

but If I can do any way, please teach me :)

Details

  •  Used library version : 10.9.0
  •  Used support library version
  •  Used gradle build tools version
  •  Used tooling / Android Studio version
  •  Other used libraries, potential conflicting libraries

Checklist

Currently this is not supported, as the idea of this library was to provide attribution to all used libraries (which includes transitive dependencies).

Can you perhaps explain on the usecase? E.g. why would you want to skip attribution of nested libs?

Closing as this is currently not planned.

Thank you for your answer :)