Skip to content

Commit

Permalink
v6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed Sep 4, 2024
1 parent 453b43c commit 18ed210
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 6.5.2
### Bugs Fixed
* Fix a NPE when running Lottie in instrumentation tests ([#2546](https://github.com/airbnb/lottie-android/pull/2546))
* Add support for new reduced motion options in Compose ([#2542](https://github.com/airbnb/lottie-android/pull/2542))

# 6.5.1
### Bugs Fixed
* Fix value callback is not called for PathKeyframeAnimation ([#2540](https://github.com/airbnb/lottie-android/pull/2540))
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG_COMPOSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 6.5.2
* Add support for new reduced motion settings ([#2543](https://github.com/airbnb/lottie-android/pull/2543))

# 6.4.1
### New Features
* Add support for tgs files ([#2501](https://github.com/airbnb/lottie-android/pull/2501))
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.5.2-SNAPSHOT
VERSION_NAME=6.5.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 18ed210

Please sign in to comment.