Bump Lottie to 1.0.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 027befc..8b49106 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
 # 1.0.2
-* Added support for split dimension positions
-* Fixed a crash with decimal opacity values
-* Lowered the minSdk to 14 (ICS)
+* Added support for split dimension positions.
+* Fixed a crash with decimal opacity values.
+* Allow trim paths to rotate indefinitely.
+* Lowered the minSdk to 14 (ICS).
+* Prevent multiple caches from created on different threads.
+* Allow animations to show final state when system animations are disabled.
 
 # 1.0.1 (2/2/2017)
 * Fixes an issue in which a parent layer will overwrite child alpha.
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 73e0612..3193836 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -8,8 +8,8 @@
         applicationId "com.airbnb.lottie"
         minSdkVersion 16
         targetSdkVersion 25
-        versionCode 2
-        versionName "1.0.1"
+        versionCode 3
+        versionName "1.0.2"
     }
     buildTypes {
         release {
diff --git a/gradle.properties b/gradle.properties
index eac3742..f7518c1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 # org.gradle.parallel=true
 
-VERSION_NAME=1.0.1
+VERSION_NAME=1.0.2
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.