Splitties / refreshVersions

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

[Migration] Wrong version for androidx.compose.material3:material3 #635

Open 1gravity opened 1 year ago

1gravity commented 1 year ago

⚠️ Current behavior

Migrating a material3 dependency will use the same version as the regular material dependency (1.2.1 as of this writing) but the actual version is 1.0.0-beta03.

✅ Expected behavior

Migrating a material3 dependency should use the correct version number.

💣 Steps to reproduce

Add implementation("androidx.compose.material3:material3:1.0.0-beta03") to your repo, then run a migration

LouisCAD commented 1 year ago

Which migration mode did you use exactly?

1gravity commented 1 year ago

--mode=VersionsPropertiesOnly