downgrade glide to 480

This commit is contained in:
王劲鹏 2020-04-14 11:35:35 +08:00 committed by osborn
parent 8cb135b7b1
commit ea665e516b

View File

@ -45,7 +45,7 @@ dependencies {
implementation('com.github.penfeizhou.android.animation:glide-plugin:2.2.0') {
exclude group: 'com.github.bumptech.glide'
}
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'
implementation 'jp.wasabeef:glide-transformations:4.0.1'
implementation "com.google.android.material:material:1.0.0"