add Glide, as its needed by the filepicker

This commit is contained in:
tibbi 2016-11-21 23:43:16 +01:00
parent b641805eaf
commit e557c221c8

View File

@ -36,6 +36,7 @@ dependencies {
compile 'com.github.yukuku:ambilwarna:2.0.1'
compile 'com.android.support:design:23.4.0'
compile 'com.facebook.stetho:stetho:1.4.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.simplemobiletools:filepicker:1.5.2@aar'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"