-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANDROID-14756 fix lottie animations #379
ANDROID-14756 fix lottie animations #379
Conversation
📱 New catalog for testing generated: Download |
library/build.gradle
Outdated
@@ -94,7 +94,7 @@ dependencies { | |||
implementation "io.coil-kt:coil-svg:$coil_version" | |||
|
|||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | |||
implementation 'com.airbnb.android:lottie:3.2.2' | |||
implementation 'com.airbnb.android:lottie:6.3.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use latest 6.5.0 version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there is no problem using the latest version. Thanks
📱 New catalog for testing generated: Download |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! 👍
🥅 What's the goal?
We need to fix compose Lottie animations.
🚧 How do we do it?
Update the library's version to 6.5.0.
Projects such as Latch, Wallet and Smart Wifi had to update its Lottie version to that one in order to make its animations work.
☑️ Checks
🧪 How can I test this?
Navigate to Feedbacks, configure one with an animation and show a classic and compose Feedback component. See that it is displayed as expected.
After that, we should generate a version and check that client projects need not to update its Lottie version in order to fix the reported issue.
🖼️ Screenshots/Videos
Screen.Recording.2024-09-06.at.10.09.29.mov
Screen.Recording.2024-09-06.at.09.49.55.mov