add filepicker and glide

This commit is contained in:
tibbi 2016-10-30 22:21:20 +01:00
parent 46dc637dcb
commit b2c6e82e49

View File

@ -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'
}