Skip to content

Commit a77f5f5

Browse files
fix(deps): update dependency androidx.dynamicanimation:dynamicanimation to v1.1.0 (#5411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8cba19 commit a77f5f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ dependencies {
368368
withQuickstepImplementation projects.compatLib.compatLibVV
369369
withQuickstepImplementation projects.wmshell
370370
withQuickstepImplementation projects.flags
371-
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
371+
implementation 'androidx.dynamicanimation:dynamicanimation:1.1.0'
372372

373373
implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-statsd-15.jar')
374374
implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'WindowManager-Shell-15.jar')

Diff for: wmshell/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies {
2626
implementation "com.google.dagger:hilt-android:$daggerVersion"
2727
ksp "com.google.dagger:hilt-compiler:$daggerVersion"
2828
implementation 'androidx.core:core-animation:1.0.0'
29-
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
29+
implementation 'androidx.dynamicanimation:dynamicanimation:1.1.0'
3030
}

0 commit comments

Comments
 (0)