Skip to content

android-update-deps 1.1.1

Choose a tag to compare

@alvarose alvarose released this 11 Jul 09:40

Patch: robust temporary ben-manes install.

When the skill adds the ben-manes plugin to a project that doesn't have it, it now uses the plugin's latest stable version (not a pinned old one — a dependency-update tool shouldn't introduce an outdated dependency) and configures it for the flow: outputFormatter = "json,plain" (so the aggregate script finds report.json), gradleReleaseChannel = "current" (wrapper detection), and a rejectVersionIf {} that skips pre-releases — then reverts it after the report.

Update: /plugin update android-update-deps@alvarose. Full CHANGELOG.