From c429a1d120cf62eb131980faf249818dcc5d52ae Mon Sep 17 00:00:00 2001 From: Vivek Prajapati <62784060+codervivek5@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:54:44 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5a70d..8bb1c1d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ and in module build gradle file, ``` dependencies { - implementation 'com.github.securedeveloper:SweetAlert:0.1.0' + implementation 'com.github.f0ris.sweetalert:library:1.5.6' } ```