From fea9ff4971a91df11deca2e677c025aa4dc1e3cc Mon Sep 17 00:00:00 2001 From: Shashank Singhal Date: Thu, 28 Jul 2022 13:35:26 +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 2582d27..154fe3a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the ```gradle dependencies { ... - compile 'com.github.Shashank02051997:FancyAlertDialog-Android:0.2' + implementation 'com.github.Shashank02051997:FancyAlertDialog-Android:0.2' } ```

Fancy Alert Dialog