Skip to content

0.5.0 - Multi-project builds supported!

Choose a tag to compare

@kevcodez kevcodez released this 08 Feb 13:15
· 48 commits to master since this release

Besides the regular dependency updates and internal refactorings, this release adds support for multi-project builds.

Simply run gradle-upgrade-interactive in the root directory.

Issues fixed/implemented in this release:

  • #4 in multi-project case the version in the sub-project's build.gradle files do not replaced

Thanks to @lfarkas for reporting an issue.