chore(deps): update dependency androidx.activity:activity-compose to v1.13.0 #89

Closed
renovate-bot wants to merge 1 commit from renovate/activitycompose into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
androidx.activity:activity-compose (source) 1.9.31.13.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.activity:activity-compose](https://developer.android.com/jetpack/androidx/releases/activity#1.13.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.9.3` → `1.13.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.activity:activity-compose/1.13.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.activity:activity-compose/1.9.3/1.13.0?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
chore(deps): update dependency androidx.activity:activity-compose to v1.13.0
Some checks failed
Android / Android Validation (pull_request) Failing after 1m36s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
E2E Tests / e2e (pull_request) Successful in 9m14s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 18s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 43s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
450bf9346b
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-21 10:15:21 -04:00
renovate-bot force-pushed renovate/activitycompose from 450bf9346b
Some checks failed
Android / Android Validation (pull_request) Failing after 1m36s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
E2E Tests / e2e (pull_request) Successful in 9m14s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 18s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 43s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
to f7045ab3f7
Some checks failed
Android / Android Validation (pull_request) Failing after 1m35s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 9s
E2E Tests / e2e (pull_request) Successful in 7m50s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 20s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 43s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 38s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 15s
2026-05-21 11:55:50 -04:00
Compare
Owner

Hermes CI review

The failure is in Android / Android Validation, step Run Android unit tests, at :app:checkDebugAarMetadata.

Root cause: androidx.activity:activity-compose 1.13.0 brings dependencies that require a newer Android toolchain. The log reports 14 AAR metadata issues, including:

  • androidx.activity:*:1.13.0 requires compileSdk 36+ and Android Gradle Plugin 8.9.1+
  • transitive androidx.core:*:1.18.0 requires compileSdk 36+ and Android Gradle Plugin 8.9.1+
  • androidx.navigationevent:*:1.0.0 also requires compileSdk 36+ and Android Gradle Plugin 8.9.1+

The app is currently on compileSdk 35 and AGP 8.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.

## Hermes CI review The failure is in **Android / Android Validation**, step `Run Android unit tests`, at `:app:checkDebugAarMetadata`. Root cause: `androidx.activity:activity-compose` `1.13.0` brings dependencies that require a newer Android toolchain. The log reports 14 AAR metadata issues, including: - `androidx.activity:*:1.13.0` requires `compileSdk` **36+** and Android Gradle Plugin **8.9.1+** - transitive `androidx.core:*:1.18.0` requires `compileSdk` **36+** and Android Gradle Plugin **8.9.1+** - `androidx.navigationevent:*:1.0.0` also requires `compileSdk` **36+** and Android Gradle Plugin **8.9.1+** The app is currently on `compileSdk 35` and AGP `8.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`.
renovate-bot force-pushed renovate/activitycompose from f7045ab3f7
Some checks failed
Android / Android Validation (pull_request) Failing after 1m35s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 9s
E2E Tests / e2e (pull_request) Successful in 7m50s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 20s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 43s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 38s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 15s
to 03cbf1d4e9
Some checks failed
Android / Android Validation (pull_request) Failing after 1m34s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 34s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
E2E Tests / e2e (pull_request) Successful in 9m21s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 19s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 38s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 15s
2026-05-21 14:26:53 -04:00
Compare
renovate-bot force-pushed renovate/activitycompose from 03cbf1d4e9
Some checks failed
Android / Android Validation (pull_request) Failing after 1m34s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 34s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
E2E Tests / e2e (pull_request) Successful in 9m21s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 19s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 44s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 38s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 15s
to f48c94630c
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
2026-05-21 16:45:55 -04:00
Compare
renovate-bot force-pushed renovate/activitycompose from f48c94630c
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
to 2471ef17d6
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
2026-05-21 18:17:42 -04:00
Compare
renovate-bot force-pushed renovate/activitycompose from 2471ef17d6
Some checks are pending
Android / Android Validation (pull_request) Waiting to run
Code Scanning / Semgrep OSS source scan (pull_request) Waiting to run
Code Scanning / Gitleaks secret scan (pull_request) Waiting to run
E2E Tests / e2e (pull_request) Waiting to run
Security, Type Check & Runtime / Dependency Audit (pull_request) Waiting to run
Security, Type Check & Runtime / Type Check (pull_request) Waiting to run
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Waiting to run
Security, Type Check & Runtime / Migration Guardrails (pull_request) Waiting to run
to f3c5d4372b
Some checks failed
Code Scanning / Gitleaks secret scan (pull_request) Successful in 6s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 19s
Android / Android Validation (pull_request) Failing after 1m39s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 45s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 1m7s
E2E Tests / e2e (pull_request) Successful in 7m41s
2026-05-21 20:04:59 -04:00
Compare
renovate-bot force-pushed renovate/activitycompose from f3c5d4372b
Some checks failed
Code Scanning / Gitleaks secret scan (pull_request) Successful in 6s
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 19s
Android / Android Validation (pull_request) Failing after 1m39s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 45s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 13s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 1m7s
E2E Tests / e2e (pull_request) Successful in 7m41s
to 45c97848fc
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
Android / Android Validation (pull_request) Failing after 1m38s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 19s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 45s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 15s
E2E Tests / e2e (pull_request) Successful in 7m43s
2026-05-21 21:03:18 -04:00
Compare
renovate-bot force-pushed renovate/activitycompose from 45c97848fc
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 37s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 7s
Android / Android Validation (pull_request) Failing after 1m38s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 19s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 45s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 39s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Successful in 15s
E2E Tests / e2e (pull_request) Successful in 7m43s
to 3da0f22d79
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 35s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 6s
Android / Android Validation (pull_request) Failing after 1m36s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 18s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 46s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Failing after 14s
E2E Tests / e2e (pull_request) Successful in 7m56s
2026-05-21 22:02:09 -04:00
Compare
Owner

Hermes 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:

  • current repo: compileSdk = 35, targetSdk = 35, AGP 8.7.3
  • this dependency family now requires compileSdk >= 36 and a newer Android Gradle Plugin baseline, or exposes lint/tooling incompatibilities against the current AGP/Kotlin/Lifecycle stack

Next 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:

cd apps/android
./gradlew test
./gradlew assembleDebug
./gradlew lint
./gradlew assembleRelease

Closing avoids keeping known-red Renovate PRs open while the required Xcode/Android local validation happens separately.

Hermes 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: - current repo: `compileSdk = 35`, `targetSdk = 35`, AGP `8.7.3` - this dependency family now requires `compileSdk >= 36` and a newer Android Gradle Plugin baseline, or exposes lint/tooling incompatibilities against the current AGP/Kotlin/Lifecycle stack Next 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: ```bash cd apps/android ./gradlew test ./gradlew assembleDebug ./gradlew lint ./gradlew assembleRelease ``` Closing avoids keeping known-red Renovate PRs open while the required Xcode/Android local validation happens separately.
owlburtoe closed this pull request 2026-05-21 23:18:02 -04:00
Author
Collaborator

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 the ignoreDeps array 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.

### 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 the `ignoreDeps` array 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.
Some checks failed
Code Scanning / Semgrep OSS source scan (pull_request) Successful in 35s
Code Scanning / Gitleaks secret scan (pull_request) Successful in 6s
Android / Android Validation (pull_request) Failing after 1m36s
Security, Type Check & Runtime / Dependency Audit (pull_request) Successful in 18s
Security, Type Check & Runtime / Type Check (pull_request) Successful in 46s
Security, Type Check & Runtime / Backend Runtime Smoke (pull_request) Successful in 40s
Security, Type Check & Runtime / Migration Guardrails (pull_request) Failing after 14s
E2E Tests / e2e (pull_request) Successful in 7m56s

Pull request closed

Sign in to join this conversation.
No description provided.