From 29ee3bd6615fedf5bde097e7ee3f27003356e241 Mon Sep 17 00:00:00 2001 From: SayantanRC Date: Mon, 8 Mar 2021 10:06:02 +0530 Subject: [PATCH] update README.md with alpha-3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af83e1..42c89cd 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' ... - implementation 'com.github.SayantanRC:FileX:alpha-2' + implementation 'com.github.SayantanRC:FileX:alpha-3' }