Skip to content

Commit

Permalink
v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed May 27, 2024
1 parent 13bed12 commit 373bf3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_COMPOSE.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 373bf3e

Please sign in to comment.