Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sample-androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
sample-androidx-composeRuntime = "androidx.compose.runtime:runtime:1.5.4"
sample-androidx-composeNavigation = "androidx.navigation:navigation-compose:2.5.2"
sample-androidx-composeActivity = "androidx.activity:activity-compose:1.4.0"
sample-androidx-composeFoundation = "androidx.compose.foundation:foundation:1.5.4"
sample-androidx-composeFoundation = "androidx.compose.foundation:foundation:1.11.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compose library version mismatch

Medium Severity

This commit pins sample-androidx-composeFoundation to 1.11.3 while sample-androidx-composeRuntime and sample-androidx-composeFoundationLayout stay on 1.5.4. The instrumentation sample pulls all three explicitly and does not use a Compose BOM, so the classpath can mix incompatible Compose artifacts and break the sample build or runtime.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b60402c. Configure here.

sample-androidx-composeFoundationLayout = "androidx.compose.foundation:foundation-layout:1.5.4"

sample-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "sampleCoroutines" }
Expand Down
Loading