From eb91b3beaa6a679e8696df2da0ebe15306abfd85 Mon Sep 17 00:00:00 2001 From: Shashank Singhal Date: Tue, 15 Sep 2020 01:48:23 +0530 Subject: [PATCH] - New version available 0.17 migrated project to AndroidX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dea6c9..99e78d2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the ```gradle dependencies { ... - implementation 'com.github.Shashank02051997:FancyToast-Android:0.1.6' + implementation 'com.github.Shashank02051997:FancyToast-Android:0.1.7' } ``` ## Usage