From 060e5b2e2e8ad85886c4d3362ba1ae56fac52f79 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 17 Sep 2025 14:21:50 +0200 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.11.0 (#2499) --- gradle/compose.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index 12e1f1ebb..f1b9b2d58 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -2,7 +2,7 @@ compose-bom = "2025.09.00" [libraries] -activity = "androidx.activity:activity-compose:1.10.1" +activity = "androidx.activity:activity-compose:1.11.0" bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }