Skip to content

Commit

Permalink
update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kulikov committed Jun 2, 2015
1 parent 6def9ec commit fce4091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'

// Version Information
def versionMajor = 1
def versionMinor = 3
def versionPatch = 3
def versionMinor = 4
def versionPatch = 0
def versionBuild = 9

android {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

dependencies {
compile project(':library')
// compile "com.github.andkulikov:transitions-everywhere:1.3.3"
// compile "com.github.andkulikov:transitions-everywhere:1.4.0"
compile 'com.android.support:appcompat-v7:22.2.0'
}

Expand Down

0 comments on commit fce4091

Please sign in to comment.