This commit is contained in:
LittleMango
2018-09-03 20:23:54 +08:00
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 ```groovy
dependencies { dependencies {
implementation 'com.littlemango:stacklayoutmanager:1.0.3' implementation 'com.littlemango:stacklayoutmanager:1.0.4'
} }
``` ```

View File

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