File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## Version 1.5.0
5+ * Fix version
6+
47## Version 1.4.0
58* Fix for issue #31
69
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
3535}
3636
3737dependencies {
38- compile 'com.nshmura:recyclertablayout:1.4 .0'
38+ compile 'com.nshmura:recyclertablayout:1.5 .0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
2- VERSION_NAME =1.4 .0
3- VERSION_CODE =15
2+ VERSION_NAME =1.5 .0
3+ VERSION_CODE =16
44GROUP =com.nshmura
55ARTIFACT_ID =recyclertablayout
66ARTIFACT_NAME =RecyclerTabLayout
@@ -21,4 +21,4 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
2121POM_LICENCE_DIST =repo
2222POM_DEVELOPER_ID =nshmura
2323POM_DEVELOPER_NAME =nshmura
24- ISSUE_URL =https://github.com/nshmura/RecyclerTabLayout/issues
24+ ISSUE_URL =https://github.com/nshmura/RecyclerTabLayout/issues
You can’t perform that action at this time.
0 commit comments