dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

Improve re-baseline message for multi app projects #52

Closed qwert2603 closed 1 year ago

qwert2603 commented 1 year ago

Hello! In an Android project there may be several app-modules with common libs.versions.toml. And after updating versions it may be needed to re-baseline dependencies in all app-modules. Currently, re-baseline message contains gradle command only about the particular module, so it might be useful to append gradle command that re-baselines dependencies in the whole project.