From 373bf3e7f4920c1e8dc69e15ea0518b94ddcd619 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sun, 26 May 2024 19:37:57 -0700 Subject: [PATCH] v6.4.1 --- CHANGELOG.md | 7 +++++++ CHANGELOG_COMPOSE.md | 4 ++++ gradle.properties | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a93b05f6..e318a0e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 6.4.1 +### Bugs Fixed +* Scale base64 encoded bitmaps ([#2501](https://github.com/airbnb/lottie-android/pull/2501)) +* Prevent systrace strings from getting created when systrace is off ([#2493](https://github.com/airbnb/lottie-android/pull/2493)) +* Allow missing end values for integer animations ([#2487](https://github.com/airbnb/lottie-android/pull/2487)) +* Add an extra null check in BaseKeyframeAnimation ([#2486](https://github.com/airbnb/lottie-android/pull/2486)) + # 6.4.0 ### New Features * Add support for reduced motion marker names ([#2451](https://github.com/airbnb/lottie-android/pull/2451)) diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md index c63dce2d6..e02019d4f 100644 --- a/CHANGELOG_COMPOSE.md +++ b/CHANGELOG_COMPOSE.md @@ -1,3 +1,7 @@ +# 6.4.1 +### New Features +* Add support for tgs files ([#2501](https://github.com/airbnb/lottie-android/pull/2501)) + # 6.4.0 ### New Features * Add safe mode ([#2455](https://github.com/airbnb/lottie-android/pull/2455)) diff --git a/gradle.properties b/gradle.properties index e19e8ad90..df81ce6cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.4.1-SNAPSHOT +VERSION_NAME=6.4.1 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.