This repository was archived by the owner on Oct 31, 2022. It is now read-only.
0.9.0 Release
Version Range Intersecting, Version Pining, & Misc Fixes
- Version ranges are now kept and intersects are generated
- Version pining if version is in range
- Example: main app sets
[11.2.0, 11.8.0]
& sub-project sets11.4.0
results in11.4.0
- Supports sub projects as well
- PR #30
- Example: main app sets
- Omit interdependencies between gms, firebase, and android support
- This allows your directly dependencies and those through other libraries to be the final say on the resulting version
- Fixed issue where child projects were ignored when calculating versions
- Align press was still being done