diff --git a/library/build.gradle b/library/build.gradle index 3bfab23..225bb9f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' - implementation 'com.airbnb.android:lottie:6.2.0' + implementation 'com.airbnb.android:lottie:6.4.1' testImplementation 'junit:junit:4.13.2'