aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Peal <gabriel@tonal.com>2019-11-18 10:25:37 -0800
committerGabriel Peal <gabriel@tonal.com>2019-11-18 10:25:37 -0800
commit1ca49d3cb45f12600e0d849bbf38c44bdb5f652d (patch)
treea8c41e131bae938e031acfd9fa36d4f55956a166
parentc0f723b4b540aeb28fac00c484bd2d43871fc259 (diff)
downloadlottie-1ca49d3cb45f12600e0d849bbf38c44bdb5f652d.tar.gz
v3.2.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--gradle.properties2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 638fbe29..acd2f597 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 3.2.1
+# Bugs Fixed
+* Fixed two potential NPEs.
+
# 3.2.0
### Feature and Improvements
* Added support for FIT_XY scale type.
diff --git a/gradle.properties b/gradle.properties
index 8c758472..49eac8f1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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.1-SNAPSHOT
+VERSION_NAME=3.2.1
GROUP=com.airbnb.android
POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.