From e1257ee4f73e0c7779644497d1be5aa1228c711c Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Mon, 3 Mar 2025 17:39:31 -0800 Subject: [PATCH] v6.6.3 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bca58443..a635b484a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.6.3 +* Support system property to set a testing executor ([#2613](https://github.com/airbnb/lottie-android/pull/2613)) +* Fix a radial gradient crash ([#2611](https://github.com/airbnb/lottie-android/pull/2611)) +* Fix a bitmap crash ([#2578](https://github.com/airbnb/lottie-android/pull/2578)) + # 6.6.2 ### Bugs Fixed * Allow width/height to be doubles ([#2596](https://github.com/airbnb/lottie-android/pull/2596)) diff --git a/gradle.properties b/gradle.properties index 2e03103d92..87c17bbb8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.6.3-SNAPSHOT +VERSION_NAME=6.6.3 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.