Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.66k stars 107 forks source link

Grouping rule changed behavior #549

Open joharei opened 2 years ago

joharei commented 2 years ago

⚠️ Current behavior

My versions.properties file now contains this:

version.androidx.navigation-compose=2.5.0-rc01

## unused
version.androidx.navigation.navigation=2.5.0-rc01

I'm also not sure what determines my androidx.navigation version anymore, since that entry is now ## unused, and there are no other androidx.navigation entries in the file.

✅ Expected behavior

version.androidx.navigation.navigation=2.5.0-rc01
joharei commented 2 years ago

Submitted a PR to remove the navigation-compose rule: #550. This issue is still valid for similar cases in the future.