Merge pull request #8 from airbnb/nsilverman-delay-setprogress

Delay setProgress(...) if animation is loading
diff --git a/gradle.properties b/gradle.properties
index 60bbee0..a885d95 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=0.9.4
+VERSION_NAME=0.9.5
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie
diff --git a/lottie/src/main/res/values/strings.xml b/lottie/src/main/res/values/strings.xml
deleted file mode 100644
index 1740886..0000000
--- a/lottie/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
-    <string name="app_name">Lottie</string>
-</resources>