commit | e0132e5f69d090a428317a6f7320daf1c722d613 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Thu Sep 09 21:56:56 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 09 21:56:56 2021 +0000 |
tree | b2a6d4894c7e7ff206b4cbb2806e7374730bab55 | |
parent | 3e27651b0ad9283620e8f3effbc3e37984e28294 [diff] | |
parent | 7d2aac477d0aacc51aa8f5be054c6a326191e457 [diff] |
Update lottie to use sdk version 31 am: 7d2aac477d Original change: https://googleplex-android-review.googlesource.com/c/platform/external/lottie/+/15689392 Change-Id: Ibec537608193a02030e82155d2f3507548bc5c97
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.