From 8959444ee03e1ff574d5e4b28d75f59647a5857f Mon Sep 17 00:00:00 2001 From: nex3z Date: Wed, 3 Oct 2018 13:32:40 +0800 Subject: [PATCH] Update to v1.2.4. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb94ddf..a0af48b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A FlowLayout for Android, which allows child views flow to next row when there i ## Gradle ``` -compile 'com.nex3z:flow-layout:1.2.3' +compile 'com.nex3z:flow-layout:1.2.4' ```