From ed708c9553cddaaf7b2d2522e03144ec9ccbf877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 05:37:46 +0000 Subject: [PATCH] Bump androidx.compose.animation:animation from 1.6.8 to 1.7.4 Bumps androidx.compose.animation:animation from 1.6.8 to 1.7.4. --- updated-dependencies: - dependency-name: androidx.compose.animation:animation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 056ff199..10165596 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ libVersion = "1.6.2" compileSdk = "34" minSdk = "21" java = "11" -androidx-animation = "1.6.8" +androidx-animation = "1.7.4" androidx-foundation = "1.6.8" androidx-appcompat = "1.7.0" androidx-coreKtx = "1.13.1"