From 5c9994940dcb4dfac7fb37e1e347b904f42c4fac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:36:35 +0000 Subject: [PATCH] Update dependency androidx.compose.animation:animation to v1.7.3 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ad89afd..1862ec9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -97,7 +97,7 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.1.1") implementation("androidx.compose.material:material-icons-extended:1.7.3") implementation("androidx.hilt:hilt-navigation-compose:1.2.0") - implementation("androidx.compose.animation:animation:1.7.2") + implementation("androidx.compose.animation:animation:1.7.3") implementation("androidx.core:core-splashscreen:1.2.0-alpha02") implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.6") implementation("com.google.code.gson:gson:2.11.0")