commit | 5c29c96cd7fd11adc4763c244c592158ee876dd4 | [log] [tgz] |
---|---|---|
author | Gabriel Peal <gpeal@users.noreply.github.com> | Tue Sep 19 08:54:35 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 19 08:54:35 2017 -0700 |
tree | 03e39cc474372bca60c7bc2f32e32bfffbc5fb05 | |
parent | 9e37d755c5ed95e522c5cd8d429a0e7c7c7689ad [diff] |
Fix build (#470) Also bumped some versions and fixed some other lint warnings.
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 { compile 'com.airbnb.android:lottie:2.2.3' }