From 4f8de5517cddcd55fc65f768e0d98cad10549055 Mon Sep 17 00:00:00 2001 From: erkutaras Date: Wed, 22 May 2019 01:27:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d1f1ce..4d7e050 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ allprojects { **Step 2.** Add the library dependency to your project build.gradle: ``` dependencies { - implementation 'com.github.erkutaras:ShowcaseView:1.3.0' + implementation 'com.github.erkutaras:ShowcaseView:1.3.1' } ```