From 37f08f63d144c9187a5b9feaf547394f9a89225f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:15:59 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.9.3 to 1.10.0 Bumps androidx.activity:activity-compose from 1.9.3 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 35cf157..c87b556 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation(platform("androidx.compose:compose-bom:2024.12.01")) // Compose dependencies - implementation("androidx.activity:activity-compose:1.9.3") + implementation("androidx.activity:activity-compose:1.10.0") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3:1.3.1")