From 9fe434687027e43e354dd7b1d248f62c6b1c1a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:01:10 +0000 Subject: [PATCH] chore(deps): bump com.airbnb.android:lottie from 6.6.0 to 6.6.1 Bumps [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) from 6.6.0 to 6.6.1. - [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.6.0...v6.6.1) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie dependency-type: direct:production update-type: version-update:semver-patch ... 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 616b8c720..9161727c4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ googlePlayAppUpdate = "2.1.0" # OONI compileSdk = "34" -lottie = "6.6.0" +lottie = "6.6.1" markwon = "4.6.2" shapeofview = "1.4.7" targetSdk = "35"