aFileChooser icon indicating copy to clipboard operation
aFileChooser copied to clipboard

Please add or link to this guide

Open i3130002 opened this issue 8 years ago • 1 comments

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

I wasted 1 hour on adding a module library :(

i3130002 avatar Dec 20 '17 00:12 i3130002

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

i3130002 avatar Dec 28 '17 17:12 i3130002