From df60b21eb1e3430779925a8668a71efa460fd66c Mon Sep 17 00:00:00 2001 From: Bobby Radford Date: Mon, 5 May 2025 14:49:38 -0400 Subject: [PATCH] chore: update lottie version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5f93349..7ef58be 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -114,7 +114,7 @@ dependencies { implementation 'androidx.fragment:fragment-ktx:1.8.6' // Animation - implementation 'com.airbnb.android:lottie-compose:5.2.0' + implementation 'com.airbnb.android:lottie-compose:6.6.6' // Network requests implementation "io.ktor:ktor-client-core:$ktor_version"