Skip to content

Commit

Permalink
fix(deps): bump com.airbnb.android:lottie-compose from 6.2.0 to 6.3.0
Browse files Browse the repository at this point in the history
Bumps [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/airbnb/lottie-android/releases)
- [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md)
- [Commits](airbnb/lottie-android@v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: com.airbnb.android:lottie-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 42e5a2e commit 0801275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
def accompanist_permissions_version = "0.32.0"
implementation "com.google.accompanist:accompanist-permissions:$accompanist_permissions_version"

implementation "com.airbnb.android:lottie-compose:6.2.0"
implementation "com.airbnb.android:lottie-compose:6.3.0"

// Firebase:
implementation(platform("com.google.firebase:firebase-bom:32.4.1"))
Expand Down

0 comments on commit 0801275

Please sign in to comment.