From cef70753b33c21492b32e3adfb4e47544f393dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:12:38 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.runtime:runtime to v1.7.7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 809a6b0a4..f5f6aea56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -183,7 +183,7 @@ dependencies { spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.9' detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7") - implementation("androidx.compose.runtime:runtime:1.7.6") + implementation("androidx.compose.runtime:runtime:1.7.7") implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.datastore:datastore-core:1.1.2' implementation 'androidx.datastore:datastore-preferences:1.1.2'