From 7cfcd02a9d27afea0c0f388fe9916385a4a9e077 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Sep 2026 02:01:23 +0000 Subject: [PATCH] Update dependency androidx.compose.runtime:runtime to v1.12.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3af1e98..3351c2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,7 @@ android { dependencies { implementation 'androidx.compose.foundation:foundation:1.12.0' - implementation 'androidx.compose.runtime:runtime:1.12.0' + implementation 'androidx.compose.runtime:runtime:1.12.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' implementation 'androidx.preference:preference-ktx:1.2.1'