From 4206c6ca6a653eb5bcc113f8a0130aa851b5a71d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 16:15:37 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.12.1 --- 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 a9db8b69e6..c884a07408 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ android = { module = "com.google.android:android", version.ref = "android" } androidMaterial = {module = "com.google.android.material:material", version = "1.13.0" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } -androidx-compose = { module = "androidx.activity:activity-compose", version = "1.12.0" } +androidx-compose = { module = "androidx.activity:activity-compose", version = "1.12.1" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.17.0" } androidx-test-runner = { module = "androidx.test:runner", version = "1.7.0" }