feat: use glide as image loader for built apk

This commit is contained in:
hyb1996
2018-01-25 13:38:20 +08:00
parent 43de5913f5
commit 02f9145a80
2 changed files with 64 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.4.0'
//Glide
compile('com.github.bumptech.glide:glide:4.2.0', {
exclude group: 'com.android.support'
})
testCompile 'junit:junit:4.12'
compile project(':automator')
compile project(':common')