diff --git a/build.gradle b/build.gradle index 48211870c40..f071b9a009b 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 1ed0726cd13..8e954cb72fd 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' }