From 9de86fa37f32b0aa61b8f08801502d37c43a4b53 Mon Sep 17 00:00:00 2001 From: Ido Barnea <30974296+Ido-Barnea@users.noreply.github.com> Date: Sat, 2 Apr 2022 16:45:43 +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 493a478..98bdde1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A simple library to help developers create alert dialogs > Step 2: Add the dependency ```gradle dependencies { - implementation 'com.github.Ido-Barnea:Dialoger:1.0.8' + implementation 'com.github.Ido-Barnea:Dialoger:1.0.9' } ``` That's it!