From 7a72baee2f7b13b79356ea254986a9103d3aa2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 23:02:49 +0000 Subject: [PATCH] Bump lottie-compose from 1.0.0-rc02-1 to 5.2.0 Bumps [lottie-compose](https://github.com/airbnb/lottie-android) from 1.0.0-rc02-1 to 5.2.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/compose-1.0.0-rc02-1...v5.2.0) --- updated-dependencies: - dependency-name: com.airbnb.android:lottie-compose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c945cc6..105dd85 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -130,7 +130,7 @@ dependencies { kapt("com.google.dagger:hilt-compiler:${rootProject.extra["hiltVersion"]}") // Lottie - implementation("com.airbnb.android:lottie-compose:1.0.0-rc02-1") + implementation("com.airbnb.android:lottie-compose:5.2.0") // KotlinX Serialization implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:${rootProject.extra["kotlinSerializationVersion"]}")