updateVersion

This commit is contained in:
LittleMango
2018-11-04 20:31:56 +08:00
parent fb6609d986
commit 334e6d26bd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -23,7 +23,7 @@ Gradle integration
```groovy
dependencies {
implementation 'com.littlemango:stacklayoutmanager:1.0.4'
implementation 'com.littlemango:stacklayoutmanager:1.0.5'
}
```