commit | 15e71d4684057dc146e384439ffa03552dc086ca | [log] [tgz] |
---|---|---|
author | arangelov <arangelov@google.com> | Tue Apr 20 14:12:18 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 20 14:12:18 2021 +0000 |
tree | f0da250ff66a1476efcc74a4e807aaa9e899a47f | |
parent | b3aa1748e3371fe8989e7d17df18c9d9ac2b289d [diff] | |
parent | 31b68eda6b2dad471446fb7c89c1898838274477 [diff] |
Fix Lottie build file am: 6ed8ce0e3d am: 9a907427ae am: a714eda8de am: 31b68eda6b Original change: https://android-review.googlesource.com/c/platform/external/lottie/+/1679545 Change-Id: Icb1bc173b91d20372b32ef740fd9093b671ac61f
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.