commit | c0f723b4b540aeb28fac00c484bd2d43871fc259 | [log] [tgz] |
---|---|---|
author | Bo Duan <boduan402@gmail.com> | Mon Nov 18 10:21:22 2019 -0800 |
committer | Gabriel Peal <gpeal@users.noreply.github.com> | Mon Nov 18 10:21:22 2019 -0800 |
tree | 70d825dfed18246333e3e7525a9e1896e0a08a62 | |
parent | da96f5c8d8d1ef530d6632e94a42933a739786a7 [diff] |
Fix NPE when set ScaleType in xml. (#1433) Fixes #1432
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:
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.