From ebf876955aae71c757aed69e2f94d1ec28863f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Wed, 27 May 2020 20:32:15 +0200 Subject: [PATCH] Update README.md Update version to 2.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3c329..163d10b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A SnapHelper that snaps a RecyclerView to an edge. Add this to your build.gradle: ```groovy -implementation 'com.github.rubensousa:gravitysnaphelper:2.2.0' +implementation 'com.github.rubensousa:gravitysnaphelper:2.2.1' ``` ## How to use