refreshVersions icon indicating copy to clipboard operation
refreshVersions copied to clipboard

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

Open 1gravity opened this issue 3 years ago • 2 comments

🐛 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

1gravity avatar Oct 05 '22 21:10 1gravity

Which migration mode did you use exactly?

LouisCAD avatar Oct 06 '22 01:10 LouisCAD

--mode=VersionsPropertiesOnly

1gravity avatar Oct 06 '22 01:10 1gravity