v2.6.0-signed2
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle index d867b7d..533e5f0 100644 --- a/LottieSample/build.gradle +++ b/LottieSample/build.gradle
@@ -12,8 +12,8 @@ applicationId "com.airbnb.lottie" minSdkVersion 16 targetSdkVersion 27 - versionCode 57 - versionName "2.6.0-signed1" + versionCode 58 + versionName "2.6.0-signed2" multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true
diff --git a/gradle.properties b/gradle.properties index 4e3b2f9..f0cbde7 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-signed1 +VERSION_NAME=2.6.0-signed2 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 edb8d14..36e5e05 100644 --- a/lottie/build.gradle +++ b/lottie/build.gradle
@@ -9,7 +9,7 @@ minSdkVersion 16 targetSdkVersion 27 versionCode 100 - versionName "2.6.0-signed1" + versionName "2.6.0-signed2" } lintOptions { abortOnError true
diff --git a/secrets.tar b/secrets.tar new file mode 100644 index 0000000..f1a8226 --- /dev/null +++ b/secrets.tar Binary files differ