chore(deps): update dependency androidx.activity:activity-compose to v1.13.0 #89
No reviewers
Labels
No labels
agent:hermes
bug
chore
dependency
feature
status:blocked
status:in-progress
status:needs-info
status:needs-review
status:ready
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
owlburtoe/Shiftd!89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/activitycompose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.9.3→1.13.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
450bf9346bf7045ab3f7Hermes CI review
The failure is in Android / Android Validation, step
Run Android unit tests, at:app:checkDebugAarMetadata.Root cause:
androidx.activity:activity-compose1.13.0brings dependencies that require a newer Android toolchain. The log reports 14 AAR metadata issues, including:androidx.activity:*:1.13.0requirescompileSdk36+ and Android Gradle Plugin 8.9.1+androidx.core:*:1.18.0requirescompileSdk36+ and Android Gradle Plugin 8.9.1+androidx.navigationevent:*:1.0.0also requirescompileSdk36+ and Android Gradle Plugin 8.9.1+The app is currently on
compileSdk 35and AGP8.7.3, so this update cannot pass in isolation.Recommended path: keep this closed/blocked until the Android toolchain is upgraded in a dedicated migration PR, or pin/limit the Activity update to a version compatible with AGP
8.7.3+compileSdk 35.f7045ab3f703cbf1d4e903cbf1d4e9f48c94630cf48c94630c2471ef17d62471ef17d6f3c5d4372bf3c5d4372b45c97848fc45c97848fc3da0f22d79Hermes is closing this isolated Android dependency bump for now.
Root cause: this update needs the coordinated Android toolchain/dependency migration that will be handled on the MBP. In isolation it cannot pass the current CI stack:
compileSdk = 35,targetSdk = 35, AGP8.7.3compileSdk >= 36and a newer Android Gradle Plugin baseline, or exposes lint/tooling incompatibilities against the current AGP/Kotlin/Lifecycle stackNext action: do the Android migration as one MBP-validated PR that upgrades AGP + compile/target SDK and refreshes Activity/Core/Navigation/Lifecycle/Kotlin together, then runs:
Closing avoids keeping known-red Renovate PRs open while the required Xcode/Android local validation happens separately.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (
1.13.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to theignoreDepsarray of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Pull request closed