fix(deps): update dependency androidx.compose.runtime:runtime to v1.12.0 - #1333
renovate[bot] wants to merge 2 commits into
Conversation
|
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.
Reviewed by Cursor Bugbot for commit 7d02cc0. Configure here.
| sample-androidx-appcompat = "androidx.appcompat:appcompat:1.7.1" | ||
|
|
||
| sample-androidx-composeRuntime = "androidx.compose.runtime:runtime:1.5.4" | ||
| sample-androidx-composeRuntime = "androidx.compose.runtime:runtime:1.11.3" |
There was a problem hiding this comment.
Compose runtime version mismatch
Medium Severity
Updating sample-androidx-composeRuntime to 1.11.3 while sample-androidx-composeFoundation and sample-androidx-composeFoundationLayout stay at 1.5.4 splits the Compose stack. The instrumentation sample declares all of them, so Gradle can resolve a newer runtime against older UI artifacts and trigger binary incompatibility or runtime failures in that sample.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 7d02cc0. Configure here.
7d02cc0 to
7e1ed69
Compare
bb94e9d to
c633a7e
Compare
ae23b7e to
fd90c81
Compare
fd90c81 to
50dd4ac
Compare
50dd4ac to
7abef7e
Compare
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update dependency androidx.compose.runtime:runtime to v1.12.0 ([#1333](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1333))If none of the above apply, you can opt out of this check by adding |
7abef7e to
cc87116
Compare
cc87116 to
3986b7c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Closing b/c Compose 1.12.0 requires minSdk 23, and we're currently at 21. |


This PR contains the following updates:
1.5.4→1.12.0Warning
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.