Skip to content

Commit

Permalink
chore(deps): bump com.airbnb.android:lottie from 6.4.0 to 6.4.1 (#744)
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.0 to 6.4.1.
<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.4.1</h1>
<h3>Bugs Fixed</h3>
<ul>
<li>Scale base64 encoded bitmaps (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2501">#2501</a>)</li>
<li>Prevent systrace strings from getting created when systrace is off
(<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2493">#2493</a>)</li>
<li>Allow missing end values for integer animations (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2487">#2487</a>)</li>
<li>Add an extra null check in BaseKeyframeAnimation (<a
href="https://redirect.github.com/airbnb/lottie-android/pull/2486">#2486</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/airbnb/lottie-android/commit/373bf3e7f4920c1e8dc69e15ea0518b94ddcd619"><code>373bf3e</code></a>
v6.4.1</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/13bed129980592cfaeda65527ece613ac3f0e2ef"><code>13bed12</code></a>
Fix base64 image asset not fit container's size (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2501">#2501</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/aebf9bc07bc54979633f3355ada3d3e6e12986a3"><code>aebf9bc</code></a>
Prevent trace strings from getting created when tracing is disabled</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/4e1c3dce12039934c006b8f423ecf6dd68f2d178"><code>4e1c3dc</code></a>
Allow missing end values for integer animations (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2487">#2487</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/6c6e5ff71ffdc46c920348a573dc3ce6bbe25f59"><code>6c6e5ff</code></a>
Add an additional null check in BaseKeyframeAnimation (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2486">#2486</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/b7b536100c3cb4860b39963703089c5692cd27bc"><code>b7b5361</code></a>
Add support for tgs files in Compose (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2488">#2488</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/c4a0bc1416cc57c30fe88be13c6131ddeb62f34a"><code>c4a0bc1</code></a>
Fix Let's Encrypt TLS on old API versions (<a
href="https://redirect.github.com/airbnb/lottie-android/issues/2489">#2489</a>)</li>
<li><a
href="https://github.com/airbnb/lottie-android/commit/ae041af0f010523b5df68a5e6a8e3e5043f2054f"><code>ae041af</code></a>
v6.4.1-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/airbnb/lottie-android/compare/v6.4.0...v6.4.1">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.0&new-version=6.4.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 44a8634 commit d36c4ae
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 @@ googlePlaycore = "1.10.3"

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

0 comments on commit d36c4ae

Please sign in to comment.