From 94003b428952649d6d9dd799f43578f8111e7edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:20:40 +0000 Subject: [PATCH] chore(deps): bump com.airbnb.android:lottie from 6.3.0 to 6.4.0 Bumps [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/airbnb/lottie-android/releases) - [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/lottie-android/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5b8a9503b..0fa4c339b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ googlePlaycore = "1.10.3" # OONI compileSdk = "34" -lottie = "6.3.0" +lottie = "6.4.0" markwon = "4.6.2" shapeofview = "1.4.7" targetSdk = "33"