Skip to content

Commit

Permalink
v3.7.1 and Compose v1.0.0-rc01-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Jul 8, 2021
1 parent 6ab1d03 commit 67662ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.7.1
### Bugs Fixed
* Made TextDelegate.getText public ([#1792](https://github.com/airbnb/lottie-android/pull/1792))
* Fixed an incorrect time stretch calculation ([#1818](https://github.com/airbnb/lottie-android/pull/1818))
* Use the application context in NetworkFetcher to prevent memory leaks ([#1832](https://github.com/airbnb/lottie-android/pull/1832))

# 3.7.0
### Features and Improvements
* Added an API to ignore disabled system animations (setIgnoreDisabledSystemAnimations(boolean)) ([#1747](https://github.com/airbnb/lottie-android/pull/1747))
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.7.1-SNAPSHOT
VERSION_NAME=3.7.1
GROUP=com.airbnb.android

POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
Expand Down
2 changes: 1 addition & 1 deletion lottie-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ POM_INCEPTION_YEAR=2020
POM_ARTIFACT_ID=lottie-compose
POM_PACKAGING=aar
GROUP=com.airbnb.android
VERSION_NAME=1.0.0-rc01-1-SNAPSHOT
VERSION_NAME=1.0.0-rc01-1

0 comments on commit 67662ff

Please sign in to comment.