From fa9f8fe68f20953f14baea84e33707678acfc134 Mon Sep 17 00:00:00 2001 From: skydoves Date: Thu, 24 Aug 2023 00:22:47 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc19a0e..1268044 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add the dependency below to your **module**'s `build.gradle` file: ```gradle dependencies { - implementation "com.github.skydoves:snitcher:1.0.1" + implementation "com.github.skydoves:snitcher:1.0.2" } ```