From 5fc3920499ec96413b53bf190273088a91aa8d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:48:28 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.13.0 --- 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 ff69e20..66807ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ material = "1.13.0" compose = "1.10.1" compose-compiler = "1.5.8" compose-plugin = "1.10.1" -androidx-activityCompose = "1.12.4" +androidx-activityCompose = "1.13.0" androidx-appcompat = "1.7.1" coroutines = "1.10.2" ktor = "3.4.0"