From 49459c7d75991382a02e1a2b553e0e95e6a8d58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:32:16 +0000 Subject: [PATCH] chore(deps): bump androidx.activity:activity-compose in /android Bumps androidx.activity:activity-compose from 1.10.1 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle.kts | 2 +- android/wear/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index d051b53..261db14 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("androidx.lifecycle:lifecycle-runtime-compose:2.10.0") - implementation("androidx.activity:activity-compose:1.10.1") + implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.core:core-splashscreen:1.0.1") // Android TV: D-pad-focusable Compose components for the leanback UI diff --git a/android/wear/build.gradle.kts b/android/wear/build.gradle.kts index ac32e99..68269d7 100644 --- a/android/wear/build.gradle.kts +++ b/android/wear/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { debugImplementation("androidx.compose.ui:ui-tooling") implementation("androidx.core:core-ktx:1.15.0") - implementation("androidx.activity:activity-compose:1.10.1") + implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") // Keystore-backed credential storage (mirrors the phone app's SecureStorage.kt)