refreshVersions
refreshVersions copied to clipboard
[Migration] Wrong version for androidx.compose.material3:material3
- [x] I have read the guidelines for submitting issues
🐛 Describe the bug
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.
⚠️ 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
Which migration mode did you use exactly?
--mode=VersionsPropertiesOnly