iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Please add or link to this guide #95

Open i3130002 opened 6 years ago

i3130002 commented 6 years ago

Maybe try jitpack website t https://stackoverflow.com/a/32601283/1454173

I wasted 1 hour on adding a module library :(

i3130002 commented 6 years ago

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