diff --git a/README.md b/README.md index 45d4921..06a2e9d 100644 --- a/README.md +++ b/README.md @@ -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.3' + implementation 'com.littlemango:stacklayoutmanager:1.0.4' } ``` diff --git a/README_CN.md b/README_CN.md index 691bc76..25c8fc4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -23,7 +23,7 @@ Gradle integration ```groovy dependencies { - implementation 'com.littlemango:stacklayoutmanager:1.0.3' + implementation 'com.littlemango:stacklayoutmanager:1.0.4' } ```