From cc5d4b96ea0b964d3e2cb011b50ce34cf23db6c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:24:58 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.9.2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7708d25..3db8827 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.6.0" kotlin = "2.0.20" coreKtx = "1.13.1" -activityCompose = "1.9.1" +activityCompose = "1.9.2" composeBom = "2024.08.00" appcompat = "1.7.0" foundationAndroid = "1.6.8"