There was an error while loading. Please reload this page.
1 parent f948ce7 commit 8637174Copy full SHA for 8637174
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Change Log
2
==========
3
4
+## Version 1.4.0
5
+* Fix for issue #31
6
+
7
## Version 1.3.0
8
* Improve indicator motion
9
README.md
@@ -35,7 +35,7 @@ repositories {
35
}
36
37
dependencies {
38
- compile 'com.nshmura:recyclertablayout:1.3.0'
+ compile 'com.nshmura:recyclertablayout:1.4.0'
39
40
```
41
gradle.properties
@@ -1,6 +1,6 @@
# suppress inspection "UnusedProperty" for whole file
-VERSION_NAME=1.3.0
-VERSION_CODE=14
+VERSION_NAME=1.4.0
+VERSION_CODE=15
GROUP=com.nshmura
ARTIFACT_ID=recyclertablayout
ARTIFACT_NAME=RecyclerTabLayout
0 commit comments