Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 696 Bytes

File metadata and controls

29 lines (25 loc) · 696 Bytes

Actions Status GitHub release (latest by date)

FileSystem Library Readme

To use this library follow the steps below:

For Gradle:

project.ext {
version = "......."
}
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile "com.github.KoosSA:FileSystem:${version}"
}