Open i3130002 opened 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
I wasted 1 hour on adding a module library :(