Skip to content

Commit

Permalink
ANDROID-14756 fix lottie animations (#379)
Browse files Browse the repository at this point in the history
* ANDROID-14756 update lottie version to 6.3.0

* ANDROID-14756 lottie version update to 6.5.0
  • Loading branch information
jmanriquehiberus authored Sep 6, 2024
1 parent 4650877 commit 7ff87d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
implementation "io.coil-kt:coil-svg:$coil_version"

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.airbnb.android:lottie:3.2.2'
implementation 'com.airbnb.android:lottie:6.5.0'

implementation "com.github.skydoves:balloon-compose:1.5.3"

Expand Down

0 comments on commit 7ff87d7

Please sign in to comment.