Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Dec 1, 2019
1 parent ee94224 commit 329a515
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# 3.2.1
# 3.3.0
### Features and Improvements
* Added a safeMode API that wraps draw with a try/catch. Can be used for problematic devices
[#1449](https://github.com/airbnb/lottie-android/pull/1449).
* Add support for mask mode none.
### Bugs Fixed
* Improve the performance of setProgress, particularly for animations with many non-animated
properties.
* Fix a bug where animations may not resume on reattach if their state was saved after they were
detached.

# 3.2.2
# Bugs Fixed
* Fixed two potential NPEs.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=3.2.3-SNAPSHOT
VERSION_NAME=3.3.0
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 329a515

Please sign in to comment.