From 7ac58620bd7bdaff67229350c842f904f81da60d Mon Sep 17 00:00:00 2001 From: Kishan Jadav Date: Wed, 8 Apr 2020 04:49:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 714956f..02a32df 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To begin using **SuperDialog** in your projects just add the dependecy via *Grad ```groovy dependencies { // ... - implementation 'com.kishannareshpal:superdialog:1.4' + implementation 'com.kishannareshpal:superdialog:' // ... } ``` @@ -31,7 +31,7 @@ dependencies { com.kishannareshpal superdialog - 1.3 + 1.4 pom ```