chore(deps): update dependency androidx.core:core-ktx to v1.18.0 #90
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!90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/corektx"
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.15.0→1.18.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.
23e70275b29d310f1dcfHermes CI review
The failure is in Android / Android Validation, step
Run Android unit tests, at:app:checkDebugAarMetadata.Root cause: this PR updates
androidx.core:core-ktxto1.18.0, which pullsandroidx.core:core:1.18.0. The AAR metadata now requires:compileSdk36 or laterThe app is currently on
compileSdk 35and AGP8.7.3, so Gradle correctly rejects the dependency before tests can run.Recommended path: do not merge this isolated dependency bump as-is. Either hold
androidx.corebelow1.18.0, or handle it in a coordinated Android toolchain migration PR that upgrades AGP pluscompileSdkto 36+ and then reruns the full Android validation (test,assembleDebug,lint,assembleRelease).9d310f1dcf1966f11f111966f11f115cc6998c3a1966f11f112805f1f01f1966f11f11f88414307ef88414307e298f444b78298f444b78c7467dea97Hermes 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.18.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