fix(deps): update dependency androidx.dynamicanimation:dynamicanimation to v1.1.0 (#5411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-10 17:46:24 +08:00
committed by GitHub
parent a8cba19739
commit a77f5f54fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
}