Verified
Status Update
Comments
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #2
Well, in catalog those libraries does not have versions -
androidx-compose-material3-windowSizeClass = { group = "androidx.compose.material3", name = "material3-window-size-class" }
so effectively we can say "Gradle promoted library version from N/S to 1.0.1" as not specified
bf...@google.com <bf...@google.com> #3
I suggest the following messaging "Gradle promoted library version to 1.0.1" --- down the road we might think about different text with links to BOM, but for now it is important to show the user this data
vi...@google.com <vi...@google.com> #5
Working as expected after the fix.
Description
1. Create/have a project that needs a dependency update (I used Now in Android -
2.Open the Project Structure dialog and inspect "Suggestions tab", please look at the attached image.
Expected results:
The suggestion line for each suggestion should be "Gradle promoted library version from 1.0.0 to 1.0.1"
Actual results:
The suggestion line for each suggestion is "Gradle promoted library version from null to 1.0.1"