aFileChooser
aFileChooser copied to clipboard
Please add or link to this guide
Maybe try jitpack website t https://stackoverflow.com/a/32601283/1454173
I wasted 1 hour on adding a module library :(
A great way to add this lib to android project is to use this
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'andhradroid.dev:aFilechooser:1.0.1'
}
as in here https://bintray.com/rameeshakulapc/maven/aFileChooser