commit | 6cf2ef56946ee6904fec4228867d5c46aaa6408c | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Wed Mar 31 23:47:07 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 31 23:47:07 2021 +0000 |
tree | 600f5f1a21e9495cc933a46e5e108a7a740c68c6 | |
parent | 58f62b91ec360b2a34b56c12ec37855bac1efbcb [diff] | |
parent | 29c6d0b3aa474faf2c94a64073445e053a3df015 [diff] |
Upgrade lottie to v3.3.0 am: 29c6d0b3aa Original change: https://android-review.googlesource.com/c/platform/external/lottie/+/1180403 Change-Id: I94f19397debc6ccdb8b641765ca4c99cc91289c4
Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!
For the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so here are 13,000:
Lottie is maintained and improved on nights and weekends. If you use Lottie in your app, please consider sponsoring it to help ensure that we can continue to improve the project we love. Click the sponsor button above to learn more
Gradle is the only supported build configuration, so just add the dependency to your project build.gradle
file:
dependencies { implementation 'com.airbnb.android:lottie:$lottieVersion' }
The latest Lottie version is:
Lottie 2.8.0 and above only supports projects that have been migrated to androidx. For more information, read Google's migration guide.