Update Version

fix bug when itemCount is 0.
This commit is contained in:
Little Mango
2018-09-03 20:13:26 +08:00
committed by GitHub
parent 24d47916db
commit 87d3c6212b

View File

@@ -24,7 +24,7 @@ If you're using Gradle, you can declare this library as a dependency:
```groovy ```groovy
dependencies { dependencies {
implementation 'com.littlemango:stacklayoutmanager:1.0.3' implementation 'com.littlemango:stacklayoutmanager:1.0.4'
} }
``` ```