From 6031cecc75f4b14ee6b213ae285f80883483b23a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 03:07:09 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.1 (#170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 2122559..f614aae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ splashScreen = "1.2.0-alpha02" lifecycleRuntimeKtx = "2.8.7" # security = "1.1.0-alpha06" # Compose -activityCompose = "1.10.0" +activityCompose = "1.10.1" composeBom = "2025.02.00" liveData = "1.7.8" icons = "1.7.8"