diff --git a/README.md b/README.md index 7fb58d8..c752f39 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' } ```