fix(deps): update dependency androidx.compose.foundation:foundation-layout to v1.12.1 - #1446
renovate[bot] wants to merge 1 commit into
Conversation
|
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.compose.foundation:foundation-layout to v1.12.1 ([#1446](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1446))If none of the above apply, you can opt out of this check by adding |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2a1fef7. Configure here.
| sample-androidx-composeActivity = "androidx.activity:activity-compose:1.4.0" | ||
| sample-androidx-composeFoundation = "androidx.compose.foundation:foundation:1.5.4" | ||
| sample-androidx-composeFoundationLayout = "androidx.compose.foundation:foundation-layout:1.5.4" | ||
| sample-androidx-composeFoundationLayout = "androidx.compose.foundation:foundation-layout:1.12.1" |
There was a problem hiding this comment.
Incompatible Compose foundation-layout bump
Medium Severity
sample-androidx-composeFoundationLayout jumps to 1.12.1 while sample foundation and runtime stay on 1.5.4. Compose 1.12 requires compileSdk 37 and AGP 9.2, but the instrumentation sample still uses compileSdk 35 and AGP 8.13.2, so preMerge sample check can fail or hit mixed-version Compose errors.
Reviewed by Cursor Bugbot for commit 2a1fef7. Configure here.


This PR contains the following updates:
1.5.4→1.12.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.