I\'m trying to use this library
I\'ve added
compile \'net.rdrei.android.dirchooser:library:2.0@aar\'
to dependecies.
My top
After trying the answer by Gabriele and a bit more digging, this worked for me
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url 'http://guardian.github.com/maven/repo-releases' }
}
dependencies {
compile 'net.rdrei.android.dirchooser:library:2.2-SNAPSHOT@aar'
}