aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Peal <gpeal@u.northwestern.edu>2018-09-06 12:33:16 -0400
committerGabriel Peal <gpeal@u.northwestern.edu>2018-09-06 12:33:16 -0400
commit073bf89653b3f6871018802f7912c8119a93643f (patch)
tree67d8d9a85454386a8175fce5586defe093b846a7
parente0c22eeb8db663067f9dd1b688d811c5e4302724 (diff)
downloadlottie-073bf89653b3f6871018802f7912c8119a93643f.tar.gz
v2.6.1
-rw-r--r--LottieSample/build.gradle4
-rw-r--r--gradle.properties2
-rw-r--r--lottie/build.gradle2
3 files changed, 4 insertions, 4 deletions
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 2b09c594..4d1f5340 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -12,8 +12,8 @@ android {
applicationId "com.airbnb.lottie"
minSdkVersion 16
targetSdkVersion 27
- versionCode 64
- versionName "2.6.0"
+ versionCode 65
+ versionName "2.6.1"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
diff --git a/gradle.properties b/gradle.properties
index 89a810e6..4e1909cd 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.6.0
+VERSION_NAME=2.6.1
GROUP=com.airbnb.android
POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
diff --git a/lottie/build.gradle b/lottie/build.gradle
index 2228862c..2dbd705b 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 100
- versionName "2.6.0"
+ versionName "2.6.1"
}
lintOptions {
abortOnError true