commit | 28cc9c463ee98ba9fcb2ad7d73779cae9d9f4f5b | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Apr 21 20:01:09 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 21 20:01:09 2021 +0000 |
tree | f5892baf2cc94fac7f616815528c7028dc45d032 | |
parent | 31b68eda6b2dad471446fb7c89c1898838274477 [diff] | |
parent | 471cd37ef9abe96c5bea9ec47f03ad864850f83c [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/lottie am: 9877147c83 am: c7deaa2f6e am: 471cd37ef9 Original change: https://android-review.googlesource.com/c/platform/external/lottie/+/1682265 Change-Id: Ie178b259018b7cd4f4cf6c408df396c4a707ee72
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.