From a77f5f54fc5dde41a26e0b7ce249b7ea12264af4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 17:46:24 +0800 Subject: [PATCH] fix(deps): update dependency androidx.dynamicanimation:dynamicanimation to v1.1.0 (#5411) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- wmshell/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 48211870c4..f071b9a009 100644 --- a/build.gradle +++ b/build.gradle @@ -368,7 +368,7 @@ dependencies { withQuickstepImplementation projects.compatLib.compatLibVV withQuickstepImplementation projects.wmshell withQuickstepImplementation projects.flags - implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0' + implementation 'androidx.dynamicanimation:dynamicanimation:1.1.0' implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-statsd-15.jar') implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'WindowManager-Shell-15.jar') diff --git a/wmshell/build.gradle b/wmshell/build.gradle index 1ed0726cd1..8e954cb72f 100644 --- a/wmshell/build.gradle +++ b/wmshell/build.gradle @@ -26,5 +26,5 @@ dependencies { implementation "com.google.dagger:hilt-android:$daggerVersion" ksp "com.google.dagger:hilt-compiler:$daggerVersion" implementation 'androidx.core:core-animation:1.0.0' - implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0' + implementation 'androidx.dynamicanimation:dynamicanimation:1.1.0' }