Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zeropercenthappy committed Jun 17, 2019
1 parent 3ae3741 commit 18b2f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {

```
dependencies {
implementation 'com.github.zeropercenthappy:ZPHTabLayout:1.0.3'
implementation 'com.github.zeropercenthappy:ZPHTabLayout:1.0.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions tablayoutlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 103
versionName "1.0.3"
versionCode 104
versionName "1.0.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 18b2f46

Please sign in to comment.