Skip to content

Commit

Permalink
v6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed Dec 16, 2024
1 parent 89ec70c commit ef53f7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 6.6.2
### Bugs Fixed
* Allow width/height to be doubles ([#2596](https://github.com/airbnb/lottie-android/pull/2596))
* Re-measure line width when using dynamic text ([#2597](https://github.com/airbnb/lottie-android/pull/2597))
* Only apply parent alpha to mattes ([#2598](https://github.com/airbnb/lottie-android/pull/2598))
* Fix binary compatibility with 6.5 ([#2591](https://github.com/airbnb/lottie-android/pull/2591))
* Better handle clip specs with minProgress == maxProgress ([#2600](https://github.com/airbnb/lottie-android/pull/2600))

# 6.6.1
### Bugs Fixes
* Fixed a floating point error calculating keyframe end progress ([#2588](https://github.com/airbnb/lottie-android/pull/2588))
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.6.2-SNAPSHOT
VERSION_NAME=6.6.2
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 ef53f7a

Please sign in to comment.