From f55d5744e5051b923680854dbc96d96508271200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:03:29 +0000 Subject: [PATCH] chore(deps): bump androidx.activity:activity-compose in /apps/wear_os Bumps androidx.activity:activity-compose from 1.8.2 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] --- apps/wear_os/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wear_os/app/build.gradle b/apps/wear_os/app/build.gradle index 5b88cbd..3bc28a5 100644 --- a/apps/wear_os/app/build.gradle +++ b/apps/wear_os/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "androidx.wear.compose:compose-material:1.3.0" implementation "androidx.compose.material:material-icons-extended:1.5.4" implementation "androidx.wear.compose:compose-foundation:1.3.0" - implementation "androidx.activity:activity-compose:1.8.2" + implementation "androidx.activity:activity-compose:1.13.0" // Wearable Data Layer (for sending to phone) implementation "com.google.android.gms:play-services-wearable:18.1.0"