1
I’m developing an app and I had to import a Github project as a module, zxing, I chose to import as a module instead of importing as a dependency because then I can edit the classes and disable most of the content I won’t use. Only that I wanted to download the minimum version required, and I was wondering if you have a list or something like that that specifies what kind of feature is required in a particular version so I can see if I can remove them and download the minimum version