AdamMc331/AndroidAppTemplate

Apply the `gradle-versions` plugin to the root project.

itsusmon opened this issue · 1 comments

Hey Adam!

I found a little issue here.

By applying the versions plugin to each submodule, you're creating individual report files for each module. The issue here, you are only using the report file inside the app module in your Danger reports. The rest of them are just useless.

The solution I can offer is: Apply the versions plugin to the root project. The plugin automatically looks through all of the submodule's dependencies and then combines them into a single report file.

After that, you need to change the report file path in your Dangerfile, the output report file path will be build/dependencyUpdates/report.txt

Nice catch! Will look into it this week.