updating penfeizhou.android.animation taking care of webp and apng files

This commit is contained in:
tibbi 2021-11-30 23:23:20 +01:00
parent 05a81e53c5
commit 16120f80d0
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ dependencies {
implementation 'com.github.tibbi:gestureviews:a8e8fa8d27'
implementation 'com.github.tibbi:subsampling-scale-image-view:60fb7362d5'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.github.penfeizhou.android.animation:awebp:2.11.0'
implementation 'com.github.penfeizhou.android.animation:apng:2.11.0'
implementation 'com.github.penfeizhou.android.animation:awebp:2.17.0'
implementation 'com.github.penfeizhou.android.animation:apng:2.17.0'
implementation('com.squareup.picasso:picasso:2.71828') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}