Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

0.9.0 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 04 May 04:53

Version Range Intersecting, Version Pining, & Misc Fixes

  • Version ranges are now kept and intersects are generated
    • Example: [10.0.0, 11.4.0] & [11.0.0, 11.8.0] -> [11.0.0, 11.4.0]
    • This even works back to Gradle 2.14.1
    • Fixes #14 in PR #29
  • Version pining if version is in range
    • Example: main app sets [11.2.0, 11.8.0] & sub-project sets 11.4.0 results in 11.4.0
    • Supports sub projects as well
    • PR #30
  • 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