From 87d3c6212b479c10ebaded931a7ab98323cc83da Mon Sep 17 00:00:00 2001 From: Little Mango <244261996@qq.com> Date: Mon, 3 Sep 2018 20:13:26 +0800 Subject: [PATCH 1/2] Update Version fix bug when itemCount is 0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ``` From 150e71ea9b2baeaf911e233af6885332b3fd1f9d Mon Sep 17 00:00:00 2001 From: Little Mango <244261996@qq.com> Date: Mon, 3 Sep 2018 20:14:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复当itemCount == 0时,滑动控件会闪退的bug。 --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ```