From bc6f68e3fb86d3d16b7127b73403418eabe53c7d Mon Sep 17 00:00:00 2001 From: Thijs Suijten Date: Mon, 4 Jun 2018 09:44:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b6c41..e37f2f7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ allprojects { *Step 2.* Add the dependency in the form ```gradle dependencies { - implementation 'com.github.Q42:AndroidScrollingImageView:1.3.2' + implementation 'com.github.Q42:AndroidScrollingImageView:1.3.3' } ```