update apng library

This commit is contained in:
王劲鹏
2019-11-11 17:09:48 +08:00
parent 95435c0a55
commit 8d0d78a12f
2 changed files with 2 additions and 2 deletions

View File

@@ -26,6 +26,6 @@ dependencies {
implementation project(':doric')
implementation 'com.github.bumptech.glide:glide:4.10.0'
implementation 'com.github.bumptech.glide:annotations:4.10.0'
implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.0.1'
implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.2.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
}