commit | 977bdb75efd64b3a7a8014970be061f0a406338a | [log] [tgz] |
---|---|---|
author | Stanley Wang <stanleytfwang@google.com> | Wed Jun 16 11:58:53 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 16 11:58:53 2021 +0000 |
tree | 05fe4bbf03603703931670dfb2e19f7173e88ef9 | |
parent | 30b41ba089ebcf9e97189a6a51f407e5c6cfbf5e [diff] | |
parent | 8ded831b9255a5807bc24a1455d332963f333232 [diff] |
Add the offical patch to solve the LottieAnimationView exception. am: 8ded831b92 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/lottie/+/14986355 Change-Id: I1e09d19cf2a1395e7c52210a9a146e6e91ef6899
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.