From 876e9cebba82f92dfc27eedf108a2c61834bc760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:28:35 +0000 Subject: [PATCH] build(deps): bump androidx.activity:activity-compose Bumps androidx.activity:activity-compose from 1.12.2 to 1.12.4. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 f358f72..24d70bf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -82,13 +82,13 @@ dependencies { implementation("com.google.android.material:material:1.14.0-alpha08") implementation("androidx.compose.material:material-icons-extended:1.7.8") implementation("androidx.compose.foundation:foundation:1.10.0") - implementation("androidx.activity:activity-ktx:1.12.2") + implementation("androidx.activity:activity-ktx:1.12.4") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") implementation("com.github.Adonai:jaudiotagger:2.3.15") - implementation("androidx.activity:activity-compose:1.12.2") + implementation("androidx.activity:activity-compose:1.12.4") implementation(platform("androidx.compose:compose-bom:2025.12.01")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics")