Skip to content
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

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

jmanriquehiberus
Copy link
Contributor

@jmanriquehiberus jmanriquehiberus commented Sep 6, 2024

🥅 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

  • No doc changes.
  • Tested with dark mode.
  • Tested with API 24.
  • This task is android exclusive.

🧪 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

Copy link

github-actions bot commented Sep 6, 2024

📱 New catalog for testing generated: Download

@jmanriquehiberus jmanriquehiberus requested review from a team, DevPabloGarcia and yamal-alm and removed request for a team September 6, 2024 08:16
@@ -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'
Copy link
Contributor

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?

Copy link
Contributor Author

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 ☺️

@jmanriquehiberus jmanriquehiberus changed the title ANDROID-14756 update lottie version to 6.3.0 ANDROID-14756 fix lottie animations Sep 6, 2024
Copy link

github-actions bot commented Sep 6, 2024

📱 New catalog for testing generated: Download

Copy link
Contributor

@yamal-alm yamal-alm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! 👍

@jmanriquehiberus jmanriquehiberus merged commit 7ff87d7 into main Sep 6, 2024
5 checks passed
@jmanriquehiberus jmanriquehiberus deleted the jmanrique/ANDROID-14756-fix-lottie-animation branch September 6, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants