From f95303a8a0f847fcb9d6d9022171ff96afb908c3 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Wed, 29 Aug 2018 10:31:06 -0400 Subject: [PATCH] v2.6.0-beta21 --- LottieSample/build.gradle | 4 ++-- gradle.properties | 2 +- lottie/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle index 61415c5a6d..2cb7b741a4 100644 --- a/LottieSample/build.gradle +++ b/LottieSample/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.airbnb.lottie" minSdkVersion 16 targetSdkVersion 27 - versionCode 68 - versionName "2.6.0-beta20" + versionCode 69 + versionName "2.6.0-beta21" multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/gradle.properties b/gradle.properties index a06e97e4bd..4b70732898 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-beta25 +VERSION_NAME=2.6.0-beta21 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 5f2f17e95e..7c0970cb53 100644 --- a/lottie/build.gradle +++ b/lottie/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 16 targetSdkVersion 27 versionCode 100 - versionName "2.6.0-beta20" + versionName "2.6.0-beta21" } lintOptions { abortOnError true