Skip to content

Commit 5499774

Browse files
renovate[bot]sagarwal
andauthored
Update dependency com.airbnb.android:lottie-compose to v6.6.7 (#5395)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.airbnb.android:lottie-compose](https://redirect.github.com/airbnb/lottie-android) | `6.6.2` -> `6.6.7` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.airbnb.android:lottie-compose/6.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.airbnb.android:lottie-compose/6.6.2/6.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>airbnb/lottie-android (com.airbnb.android:lottie-compose)</summary> ### [`v6.6.7`](https://redirect.github.com/airbnb/lottie-android/blob/HEAD/CHANGELOG.md#667) - Fix crash when drawing shadow on image using RenderNode ([#&#8203;2635](https://redirect.github.com/airbnb/lottie-android/pull/2635)) ### [`v6.6.6`](https://redirect.github.com/airbnb/lottie-android/blob/HEAD/CHANGELOG.md#666) - Guard against Bitmap allocations of size 0 ([#&#8203;2626](https://redirect.github.com/airbnb/lottie-android/pull/2626)) ### [`v6.6.4`](https://redirect.github.com/airbnb/lottie-android/blob/HEAD/CHANGELOG.md#664) - Fix an image NPE ([#&#8203;2623](https://redirect.github.com/airbnb/lottie-android/pull/2623)) ### [`v6.6.3`](https://redirect.github.com/airbnb/lottie-android/blob/HEAD/CHANGELOG.md#663) - Support system property to set a testing executor ([#&#8203;2613](https://redirect.github.com/airbnb/lottie-android/pull/2613)) - Fix a radial gradient crash ([#&#8203;2611](https://redirect.github.com/airbnb/lottie-android/pull/2611)) - Fix a bitmap crash ([#&#8203;2578](https://redirect.github.com/airbnb/lottie-android/pull/2578)) </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 is behind base branch, 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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjQxLjYwLjQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent b057da8 commit 5499774

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Bump firebase remote config to v23.0.0
1818
- Bump Firebase Analytics KTX to v22.5.0
1919
- Bump Jackson Core to v2.19.2
20+
- Bump Lottie Compose to v6.6.7
2021

2122
### Changes
2223

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "lint
138138
#noinspection GradleDependency
139139
logback-classic = "ch.qos.logback:logback-classic:1.2.11"
140140

141-
lottie = "com.airbnb.android:lottie-compose:6.6.2"
141+
lottie = "com.airbnb.android:lottie-compose:6.6.7"
142142

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

0 commit comments

Comments
 (0)