v3.2.1
diff --git a/CHANGELOG.md b/CHANGELOG.md index 638fbe2..acd2f59 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 8c75847..49eac8f 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.