Skip to content

Commit

Permalink
v2.6.0-signed3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Aug 8, 2018
1 parent 846b053 commit e8830e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LottieSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.airbnb.lottie"
minSdkVersion 16
targetSdkVersion 27
versionCode 58
versionName "2.6.0-signed2"
versionCode 59
versionName "2.6.0-signed3"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-signed2
VERSION_NAME=2.6.0-signed3
GROUP=com.airbnb.android

POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
Expand Down
2 changes: 1 addition & 1 deletion lottie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 100
versionName "2.6.0-signed2"
versionName "2.6.0-signed3"
}
lintOptions {
abortOnError true
Expand Down

0 comments on commit e8830e5

Please sign in to comment.