From caed9c1b7387042172625d7477f8ce3a29bcb54a Mon Sep 17 00:00:00 2001 From: abbasalim Date: Mon, 24 Sep 2018 14:32:38 +0330 Subject: [PATCH] version 1.2.2 * fix bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e081e96..e43447c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Step 1. Add it in your root build.gradle at the end of repositories: Step 2. Add the dependency ```gradle dependencies { - implementation 'com.github.abbasalim:FilePickerDialog-master:1.2' + implementation 'com.github.abbasalim:FilePickerDialog-master:1.2.2' } ```