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