Skip to content

Commit

Permalink
fix(deps): update dependency com.airbnb.android:lottie to v6.2.0 (#391)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.airbnb.android:lottie](https://togithub.com/airbnb/lottie-android)
| `6.1.0` -> `6.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.airbnb.android:lottie/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.airbnb.android:lottie/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.airbnb.android:lottie/6.1.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.airbnb.android:lottie/6.1.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>airbnb/lottie-android (com.airbnb.android:lottie)</summary>

###
[`v6.2.0`](https://togithub.com/airbnb/lottie-android/blob/HEAD/CHANGELOG.md#620)

##### New Features

- Implement screen, overlay, darken, lighten, and add blend modes
([#&#8203;2408](https://togithub.com/airbnb/lottie-android/pull/2408))
- Implement auto-orient
([#&#8203;2416](https://togithub.com/airbnb/lottie-android/pull/2416))
- Allow globally configuring asyncUpdates
([#&#8203;2356](https://togithub.com/airbnb/lottie-android/pull/2356))
- Add an optional `close` param to
LottieCompositionFactory.fromJsonReader
([#&#8203;2342](https://togithub.com/airbnb/lottie-android/pull/2342))
- Allow dynamic properties for solid layer colors
([#&#8203;2378](https://togithub.com/airbnb/lottie-android/pull/2378))
- Update baseline profiles
([#&#8203;2404](https://togithub.com/airbnb/lottie-android/pull/2404))
- Add a ZipInputStream overload to LottieAnimationView.setAnimation
([#&#8203;2411](https://togithub.com/airbnb/lottie-android/pull/2411))

##### Bugs Fixed

- Upgrade okio
([#&#8203;2418](https://togithub.com/airbnb/lottie-android/pull/2418))
- Improve cache hits for synchronous LottieCompositionFactory methods
([#&#8203;2379](https://togithub.com/airbnb/lottie-android/pull/2379))
- Fix gradient interpolation for opacity stops beyond the last color
stop
([#&#8203;2377](https://togithub.com/airbnb/lottie-android/pull/2377))
- Fix Potential NPE In NetworkCache.clearCache
([#&#8203;2364](https://togithub.com/airbnb/lottie-android/pull/2364))
- Fix an IllegalArgumentException when creating a bitmap
([#&#8203;2351](https://togithub.com/airbnb/lottie-android/pull/2351))
- Fix rounded corners for non-closed paths
([#&#8203;2405](https://togithub.com/airbnb/lottie-android/pull/2405))
- Fix varying opacity stops across keyframes in the same gradient
([#&#8203;2406](https://togithub.com/airbnb/lottie-android/pull/2406))
- Fix a NullPointerException in ColorKeyframeAnimation
([#&#8203;2407](https://togithub.com/airbnb/lottie-android/pull/2407))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Yash-Garg/qBittorrent-Manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent beae9ff commit 0bd6be6
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 @@ -78,7 +78,7 @@ ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", versi
tools-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.12"
tools-cascade = "me.saket.cascade:cascade:2.3.0"
tools-kotlin-result = "com.michael-bull.kotlin-result:kotlin-result:1.1.18"
tools-lottie = "com.airbnb.android:lottie:6.1.0"
tools-lottie = "com.airbnb.android:lottie:6.2.0"
tools-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04"

junit = "junit:junit:4.13.2"
Expand Down

0 comments on commit 0bd6be6

Please sign in to comment.