From fb1a4ad82828b0924c673c4061ae8d532bd7a639 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Feb 2026 06:27:47 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.12.3 (#2917) (cherry picked from commit b70edfac58e8e5722a51be398212ac025b818258) --- 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 ac88d4d23..c42e77d35 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -2,7 +2,7 @@ compose-bom = "2026.01.00" [libraries] -activity = "androidx.activity:activity-compose:1.12.2" +activity = "androidx.activity:activity-compose:1.12.3" bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }