diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-04-20 00:26:21 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-17 18:45:40 +0200 |
commit | 47ffaf99bd98cb4f362f4446c2bd910e222989bf (patch) | |
tree | 853c292e5beeb2bdb38715479b04f06e25600654 /app/build.gradle | |
parent | 72ad36c6baa82b0b65163cfbb652e7262bbd343a (diff) |
add a preference option to select an external directory
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index b57ee3a0..0188f8f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,6 +33,7 @@ dependencies { compile 'org.apache.commons:commons-io:1.3.2' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' compile 'com.melnykov:floatingactionbutton:1.2.0' + compile 'net.rdrei.android.dirchooser:library:2.1@aar' compile group: 'com.google.guava', name: 'guava', version: '18.0' } tasks.findAll { // make all tasks whose name starts with 'assemble'... |