v2.1.0
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle index 536a35f..c4dcca6 100644 --- a/LottieSample/build.gradle +++ b/LottieSample/build.gradle
@@ -10,8 +10,8 @@ applicationId "com.airbnb.lottie" minSdkVersion 16 targetSdkVersion 25 - versionCode 13 - versionName "2.0.0" + versionCode 14 + versionName "2.1.0" testInstrumentationRunner "com.airbnb.lottie.TestRunner" vectorDrawables.useSupportLibrary = true }
diff --git a/LottieSample/src/main/res/layout/fragment_animation.xml b/LottieSample/src/main/res/layout/fragment_animation.xml index 6db552d..6003520 100644 --- a/LottieSample/src/main/res/layout/fragment_animation.xml +++ b/LottieSample/src/main/res/layout/fragment_animation.xml
@@ -286,7 +286,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginBottom="8dp" - android:text="2.0.0" + android:text="2.1.0" android:textColor="@android:color/black" android:textSize="8sp"/>
diff --git a/README.md b/README.md index 33cc57e..b034996 100644 --- a/README.md +++ b/README.md
@@ -47,7 +47,7 @@ ```groovy dependencies { - compile 'com.airbnb.android:lottie:2.0.0' + compile 'com.airbnb.android:lottie:2.1.0' } ```
diff --git a/gradle.properties b/gradle.properties index 299e0d4..9f03763 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=2.0.0 +VERSION_NAME=2.1.0 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.