I'm developing an app and I had to import a project from GitHub 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 Good part of the content that I will not use. I just wanted to lower the minimum required version, and I would like to know if it has a list or something that specifies what kind of feature is required in a certain version so I can see if I can remove them and lower the minimum version. >