Add WebP library for API 16.

This commit is contained in:
akwizgran
2021-05-24 15:09:19 +01:00
parent b4a2725f03
commit 7345d5c22c
3 changed files with 12 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ dependencies {
exclude group: 'com.android.support'
exclude module: 'disklrucache' // when there's no disk cache, we can't accidentally use it
}
implementation "com.github.zjupure:webpdecoder:2.0.$glideVersion"
annotationProcessor 'com.google.dagger:dagger-compiler:2.24'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"