From 9539fbc8f35cbeb5c752f4f8fa005072b9d5fde1 Mon Sep 17 00:00:00 2001 From: Tushar M Shetty Date: Tue, 28 Feb 2023 11:28:25 +0530 Subject: [PATCH] changed tag version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f344a5..16a6f5a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Tusharshetty912:AutoScroll:1.0.1' + implementation 'com.github.Tusharshetty912:AutoScroll:1.0.3' } ```