Skip to content

Commit

Permalink
Update version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaclejapan committed Sep 27, 2015
1 parent 39ad610 commit 63a7496
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.4.2

* Change the call order of OnTabClickListener when press the tab #74

# Version 1.4.1

* Update android support library version to 22.2.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Add the dependency to your build.gradle.

```
dependencies {
compile 'com.ogaclejapan.smarttablayout:library:1.4.1@aar'
compile 'com.ogaclejapan.smarttablayout:library:1.4.2@aar'
//Optional: see how to use the utility.
compile 'com.ogaclejapan.smarttablayout:utils-v4:1.4.1@aar'
compile 'com.ogaclejapan.smarttablayout:utils-v4:1.4.2@aar'
//Optional: see how to use the utility.
compile 'com.ogaclejapan.smarttablayout:utils-v13:1.4.1@aar'
compile 'com.ogaclejapan.smarttablayout:utils-v13:1.4.2@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.4.1
VERSION_CODE=11
VERSION_NAME=1.4.2
VERSION_CODE=12
BUILD_TOOLS_VERSION=22.0.1
COMPILE_SDK_VERSION=22

Expand Down

0 comments on commit 63a7496

Please sign in to comment.