From 99fda3bc63abf2349831f66f0d8e3d8f2337e9df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:28:01 +0000 Subject: [PATCH] Update all dependencies --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 790c57b..8b776f7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,9 +58,9 @@ android { dependencies { - implementation(platform("androidx.compose:compose-bom:2024.12.01")) + implementation(platform("androidx.compose:compose-bom:2025.01.00")) - implementation("androidx.activity:activity-compose:1.9.3") + implementation("androidx.activity:activity-compose:1.10.0") implementation("androidx.compose.material3:material3") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-tooling-preview")