Skip to content

Commit

Permalink
chore(deps): bump com.airbnb.android:lottie from 6.5.2 to 6.6.0 (#841)
Browse files Browse the repository at this point in the history
Bumps
[com.airbnb.android:lottie](https://github.com/airbnb/lottie-android)
from 6.5.2 to 6.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/airbnb/lottie-android/releases">com.airbnb.android:lottie's
releases</a>.</em></p>
<blockquote>
<h2>6.6.0</h2>
<h3>New Features</h3>
<ul>
<li>Overhauled drop shadow support for even better correctness (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2548">#2548</a>)
<ul>
<li>Major thanks to David Davidović (who works at <a
href="https://www.lottielab.com/">Lottielab</a>) for his contributions
here.</li>
<li>Adds a new API: <code>applyShadowsToLayers</code> which will apply
shadows to a whole layer rather than an individual shape.</li>
<li>Use RenderNodes on APIs that support it.</li>
<li>Lays a foundation that can potentially add RenderNode support to
existing mattes and masks.</li>
<li>Fixed a number of existing correctness issues</li>
</ul>
</li>
<li>Add an overload to LottieCompositionFactory.clearCache that clears
the network cache (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2559/">#2559</a>)</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Fix rounded corners when the underlying shape doesn't animate (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2567/">#2567</a>)</li>
<li>Fix animation update listener order to be called after the internal
frame has updated (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2497/">#2497</a>)</li>
<li>Unify all parsing to more reliably handle all file types including
dotLottie as ZIP files (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2558/">#2558</a>)</li>
<li>Fix keypath resolving for matte layers (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2544/">#2544</a>)</li>
<li>Apply translate before scale in LottieDrawable (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2565/">#2565</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md">com.airbnb.android:lottie's
changelog</a>.</em></p>
<blockquote>
<h1>6.6.0</h1>
<h3>New Features</h3>
<ul>
<li>Overhauled drop shadow support for even better correctness (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2548">#2548</a>)
<ul>
<li>Major thanks to David Davidović (who works at <a
href="https://www.lottielab.com/">Lottielab</a>) for his contributions
here.</li>
<li>Adds a new API: <code>applyShadowsToLayers</code> which will apply
shadows to a whole layer rather than an individual shape.</li>
<li>Use RenderNodes on APIs that support it.</li>
<li>Lays a foundation that can potentially add RenderNode support to
existing mattes and masks.</li>
<li>Fixed a number of existing correctness issues</li>
</ul>
</li>
<li>Add an overload to LottieCompositionFactory.clearCache that clears
the network cache (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2559/">#2559</a>)</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Fix rounded corners when the underlying shape doesn't animate (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2567/">#2567</a>)</li>
<li>Fix animation update listener order to be called after the internal
frame has updated (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2497/">#2497</a>)</li>
<li>Unify all parsing to more reliably handle all file types including
dotLottie as ZIP files (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2558/">#2558</a>)</li>
<li>Fix keypath resolving for matte layers (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2544/">#2544</a>)</li>
<li>Apply translate before scale in LottieDrawable (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2565/">#2565</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/airbnb/lottie-android/commit/d3d5cea171ebb69cad8d7ae66129a63f16a35b6d"><code>d3d5cea</code></a>
v6.6.0</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/211982e4d00f220bcc0f34b06cc687e8094e40a0"><code>211982e</code></a>
Fix blinking issue when loop the animation in minFrame and maxFrame (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2497">#2497</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/e3a8fce86a35902b07a0375be6400b2dcb3b0aec"><code>e3a8fce</code></a>
Fix rounded corner animations when the underlying shape doesn't animate
(<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2567">#2567</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/39796b30b76fcfbd402b98684ca83594a26dcc38"><code>39796b3</code></a>
Fix Maven badge links (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2566">#2566</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/3f4e535d99523ba0ae634af804f56b8db71b0187"><code>3f4e535</code></a>
Apply left/top bounds before scaling (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2565">#2565</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/d1bf9ed8e215dc0146c7bfc1add61be3d869007e"><code>d1bf9ed</code></a>
Update RELEASE.md, fix a typo (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2564">#2564</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/5deb2deeb3507a39fca4ee17d29e45113302b93e"><code>5deb2de</code></a>
Drop shadow overhaul: improve correctness and performance (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2548">#2548</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/e320c993c4ee501b488dadb0a6bfe64f91ce7404"><code>e320c99</code></a>
Fix resolving key path for matte layers (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2544">#2544</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/b15f9bf26e68b794f8abc4286ab5c51d312bb3d5"><code>b15f9bf</code></a>
Add an option to not clear the network cache (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2559">#2559</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/626f08127c0a65a099cd9952fddfb2501813e627"><code>626f081</code></a>
Unify the parsing of generic input streams (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2558">#2558</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/airbnb/lottie-android/compare/v6.5.2...v6.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.airbnb.android:lottie&package-manager=gradle&previous-version=6.5.2&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent db0ee56 commit e560c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ googlePlayAppUpdate = "2.1.0"

# OONI
compileSdk = "34"
lottie = "6.5.2"
lottie = "6.6.0"
markwon = "4.6.2"
shapeofview = "1.4.7"
targetSdk = "35"
Expand Down

0 comments on commit e560c90

Please sign in to comment.