We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The animation breaks when updating the Gradle version from 3.6.0 to the latest version(6.1.0).
I've attached a screenshot of the animation with the old and new versions.
Strangely, the animation code to display the animation is identical for both versions, but just updating and running the code gives broken animation.
Sample JSON can be viewed from following https://mp13017261cad0e033b7.free.beeceptor.com/data
Currently, I am setting animation with the following code.
lottieAnimationView.setAnimationFromJson("JSON_HERE", null);
And the Lottie view looks like below
<com.airbnb.lottie.LottieAnimationView android:id="@+id/animation" android:layout_width="255dp" android:layout_height="255dp" android:layout_gravity="center" app:lottie_autoPlay="true" app:lottie_loop="true" />
The text was updated successfully, but these errors were encountered:
Fixed rounded corners for non-closed curves (#2405)
638d86b
Fixes #2403
Hi @gpeal whats the gradle version we should use for this fix? Thanks
Sorry, something went wrong.
It will be in the next release. Should be in the next week or two. 6.1.1-SNAPSHOT will have it, too
Successfully merging a pull request may close this issue.
The animation breaks when updating the Gradle version from 3.6.0 to the latest version(6.1.0).
I've attached a screenshot of the animation with the old and new versions.
Strangely, the animation code to display the animation is identical for both versions, but just updating and running the code gives broken animation.
Sample JSON can be viewed from following
https://mp13017261cad0e033b7.free.beeceptor.com/data
Currently, I am setting animation with the following code.
lottieAnimationView.setAnimationFromJson("JSON_HERE", null);
And the Lottie view looks like below
The text was updated successfully, but these errors were encountered: