From a08a722fc38505d515052a475639c91a7bdf8577 Mon Sep 17 00:00:00 2001 From: Ido Barnea <30974296+Ido-Barnea@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:41:32 +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 6a171a0..493a478 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.7' + implementation 'com.github.Ido-Barnea:Dialoger:1.0.8' } ``` That's it!