Skip to content

Commit

Permalink
chore(deps): bump com.airbnb.android:lottie from 6.4.1 to 6.5.2 (#820)
Browse files Browse the repository at this point in the history
Bumps
[com.airbnb.android:lottie](https://github.com/airbnb/lottie-android)
from 6.4.1 to 6.5.2.
<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.5.0</h2>
<h3>New Features</h3>
<ul>
<li>Apply blend modes to layers and add Multiply (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2519">#2519</a>)</li>
<li>Add initial support for text range selectors (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2518">#2518</a>)</li>
<li>Add a new feature flag API to allow for opting into newer platform
features (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2512">#2512</a>)</li>
<li>Add an API to get the unscaled width/height of a composition (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2514">#2514</a>)</li>
</ul>
<h3>Bugs Fixes</h3>
<ul>
<li>Improve the accuracy of drop shadow position and softness (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2523">#2523</a>)</li>
<li>Treat appcompat as an API dependency (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2507">#2507</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.5.2</h1>
<h3>Bugs Fixed</h3>
<ul>
<li>Fix a NPE when running Lottie in instrumentation tests (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2546">#2546</a>)</li>
<li>Add support for new reduced motion options in Compose (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2542">#2542</a>)</li>
</ul>
<h1>6.5.1</h1>
<h3>Bugs Fixed</h3>
<ul>
<li>Fix value callback is not called for PathKeyframeAnimation (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2540">#2540</a>)</li>
<li>Fix shadow softness accuracy (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2541">#2541</a>)</li>
<li>Add a global configuration to control reduced motion settings for
a11y (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2536">#2536</a>)</li>
<li>Fix a NPE on ImageAssetManager#getContext (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2532">#2532</a>)</li>
<li>Improve strokes with skew (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2531">#2531</a>)</li>
<li>LottieCompositionFactory: Avoid NPE when animation contains a Font
Family and Context is null (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2530">#2530</a>)</li>
<li>LottieCompositionFactory: Add factory methods that take an okio
Source (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2527">#2527</a>)</li>
<li>LottieCompositionFactory#fromZipStreamSyncInternal close
FileOutputStream (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2548">#2548</a>)</li>
</ul>
<h1>6.5.0</h1>
<h3>New Features</h3>
<ul>
<li>Apply blend modes to layers and add Multiply (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2519">#2519</a>)</li>
<li>Add initial support for text range selectors (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2518">#2518</a>)</li>
<li>Add a new feature flag API to allow for opting into newer platform
features (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2512">#2512</a>)</li>
<li>Add an API to get the unscaled width/height of a composition (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2514">#2514</a>)</li>
</ul>
<h3>Bugs Fixes</h3>
<ul>
<li>Improve the accuracy of drop shadow position and softness (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2523">#2523</a>)</li>
<li>Treat appcompat as an API dependency (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2507">#2507</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/airbnb/lottie-android/commit/18ed2107792631385c4d8ea3f9a0c2668c29339e"><code>18ed210</code></a>
v6.5.2</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/453b43cbf0003ce182e37a72d9fc43b882d39187"><code>453b43c</code></a>
Adding null check for context before calling
<code>Utils.getAnimationScale</code> (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2546">#2546</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/0cf178cd53f7cc7cf03f2a65c13708ed15fe950a"><code>0cf178c</code></a>
Fix SplitDimensionPathKeyframeAnimation value callbacks arguments (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2543">#2543</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/66bc2fb515dfc0036da7e83d5b136a01b803b7c9"><code>66bc2fb</code></a>
[a11y] Adding reduce motion logic to LottieAnimation for compose usage
(<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2542">#2542</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/a1fb304f928be465ffcb344c3952cd47325ba48d"><code>a1fb304</code></a>
v6.5.2-SNAPSHOT</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/8e902e028d7b77d0c47beff1dfa668126e028268"><code>8e902e0</code></a>
v6.5.1</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/154c8f204f218c61b76240770b973af6257315ad"><code>154c8f2</code></a>
Fix value callback is not called for PathKeyframeAnimation (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2540">#2540</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/6ffe9bb17a0509c4a578938aa2eb998c4851ecbc"><code>6ffe9bb</code></a>
Apply scaling factor to drop shadow softness (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2541">#2541</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/78bf85a79dd91fec0152f8e29d299482fe688eed"><code>78bf85a</code></a>
Fix build status badge (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2538">#2538</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/733999b4241a6cb084d0da970a8ba0fe99943099"><code>733999b</code></a>
[a11y] Changing logic of how reduce motion options are set to match it
with l...</li>
<li>Additional commits viewable in <a
href="https://github.com/airbnb/lottie-android/compare/v6.4.1...v6.5.2">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.4.1&new-version=6.5.2)](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] committed Sep 23, 2024
1 parent bc39933 commit 79655c3
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 @@ -35,7 +35,7 @@ googlePlayAppUpdate = "2.1.0"

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

0 comments on commit 79655c3

Please sign in to comment.