diff --git a/app/build.gradle b/app/build.gradle index 0361f106..7e72d5a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,6 +31,8 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.jakewharton:butterknife:8.0.1' + compile 'com.simplemobiletools:filepicker:1.3.3@aar' + compile 'com.github.bumptech.glide:glide:3.7.0' apt 'com.jakewharton:butterknife-compiler:8.0.1' }