Skip to content

Commit

Permalink
Update dependency com.airbnb.android:lottie to v6.5.0 (#5042)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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.4.1` -> `6.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.airbnb.android:lottie/6.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.airbnb.android:lottie/6.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.airbnb.android:lottie/6.4.1/6.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.airbnb.android:lottie/6.4.1/6.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

##### New Features

- Apply blend modes to layers and add Multiply
([#&#8203;2519](https://togithub.com/airbnb/lottie-android/pull/2519))
- Add initial support for text range selectors
([#&#8203;2518](https://togithub.com/airbnb/lottie-android/pull/2518))
- Add a new feature flag API to allow for opting into newer platform
features
([#&#8203;2512](https://togithub.com/airbnb/lottie-android/pull/2512))
- Add an API to get the unscaled width/height of a composition
([#&#8203;2514](https://togithub.com/airbnb/lottie-android/pull/2514))

##### Bugs Fixes

- Improve the accuracy of drop shadow position and softness
([#&#8203;2523](https://togithub.com/airbnb/lottie-android/pull/2523))
- Treat appcompat as an API dependency
([#&#8203;2507](https://togithub.com/airbnb/lottie-android/pull/2507))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/simpledotorg/simple-android).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sasikanth Miriyampalli <[email protected]>
  • Loading branch information
renovate[bot] and msasikanth authored Aug 5, 2024
1 parent 1396cb2 commit 8c609b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Migrate `BloodPressureHistoryListItemDataSource` to `PagingSource`
- Migrate `BloodSugarHistoryListItemDataSource` to `PagingSource`
- Bump AndroidX Paging to v3.3.1
- Bump Lottie to v6.5.0

## 2024-06-27-9140

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "lint
#noinspection GradleDependency
logback-classic = "ch.qos.logback:logback-classic:1.2.11"

lottie = "com.airbnb.android:lottie:6.4.1"
lottie = "com.airbnb.android:lottie:6.5.0"

material = "com.google.android.material:material:1.12.0"

Expand Down

0 comments on commit 8c609b2

Please sign in to comment.