commit | a23d571c128606f2af0035bbe2a6ba805de045b0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Nov 18 10:24:26 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 18 10:24:26 2019 -0800 |
tree | 6faf8509834f4f7f7c74e020ab704f97c1e9aaa0 | |
parent | 4c49316a063014233f670954959ff79e97ef068e [diff] | |
parent | 890564e41d4f28806cf960c45d8f635b6bf93c77 [diff] |
Merge "Upgrade lottie to v3.1.0" am: 1c9832facc am: 890564e41d Change-Id: Ia911c6b15a3707a1f59d2e21ae921edb2bca1ba7
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.