fix(deps): update dependency androidx.core:core-animation to v1.0.0 (#4969)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-06 01:35:56 +00:00
committed by GitHub
parent 5e5d46d5cb
commit 7e7a7ae0ae
2 changed files with 2 additions and 2 deletions

View File

@@ -26,6 +26,6 @@ dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation "com.google.dagger:hilt-android:$daggerVersion"
ksp "com.google.dagger:hilt-compiler:$daggerVersion"
implementation 'androidx.core:core-animation:1.0.0-alpha02'
implementation 'androidx.core:core-animation:1.0.0'
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
}