From 46f88fe7d1260ded135af8a00f53190c38ff8624 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Thu, 25 Apr 2019 17:30:44 -0700 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9db6ce8d4..cfdf0845c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.0.1 +### Bugs Fixed +* Fixed an edge case that would resume an animation when it is not shown. +* Disable animations when the system animation scale is 0. +* Fall back to hardware rendering when the animation is too large to create a drawing cache. + # 3.0.0 ### Features and Improvements * **Significant** mask and matte performance improvements by only calling saveLayer() on the intersection bounds of the content and mask/matte. diff --git a/gradle.properties b/gradle.properties index e7fcd76052..63b211a6e5 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.0.0 +VERSION_NAME=3.0.1 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.