From cdbc4a5caa132908b2de0bc143595adf912cc6d2 Mon Sep 17 00:00:00 2001 From: Ilham Hadisyah Date: Sun, 3 Apr 2022 23:52:09 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb58d8..9dcdf9a 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,12 @@ dependencyResolutionManagement { } } ``` + +Always use the latest release version ```gradle dependencies { ... - implementation 'com.github.ilhamhadisyah:VerticalIconButton:1.8' + implementation 'com.github.ilhamhadisyah:VerticalIconButton:release_version' } ``` From 590809118a9a331396aceaa4add095faa8ce158e Mon Sep 17 00:00:00 2001 From: Ilham Hadisyah Date: Sun, 3 Apr 2022 23:53:54 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dcdf9a..c752f39 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Always use the latest release version ```gradle dependencies { ... - implementation 'com.github.ilhamhadisyah:VerticalIconButton:release_version' + implementation 'com.github.ilhamhadisyah:VerticalIconButton:'release_version' } ```