diff --git a/sample/build.gradle b/sample/build.gradle index f4fb7116a..ee2113f02 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -29,7 +29,7 @@ dependencies { // Remove if https://github.com/airbnb/lottie-android/pull/2507 lands implementation libs.androidx.appcompat // deliberately not in versions.toml as a one-off - implementation 'com.airbnb.android:lottie:6.6.1' + implementation 'com.airbnb.android:lottie:6.6.2' // TODO: wire via plugin implementation projects.paparazziAnnotations