mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
Add support for AVIF
This commit is contained in:
parent
67c5302e0b
commit
6d6bd40e70
2 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,7 @@ dependencies {
|
||||||
implementation(libs.androidx.swiperefreshlayout)
|
implementation(libs.androidx.swiperefreshlayout)
|
||||||
implementation(libs.awebp)
|
implementation(libs.awebp)
|
||||||
implementation(libs.apng)
|
implementation(libs.apng)
|
||||||
|
implementation(libs.avif.integration)
|
||||||
implementation(libs.okio)
|
implementation(libs.okio)
|
||||||
implementation(libs.picasso) {
|
implementation(libs.picasso) {
|
||||||
exclude(group = "com.squareup.okhttp3", module = "okhttp")
|
exclude(group = "com.squareup.okhttp3", module = "okhttp")
|
||||||
|
|
|
@ -68,6 +68,7 @@ awebp = { module = "com.github.penfeizhou.android.animation:awebp", version.ref
|
||||||
glide-compiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glideCompiler" }
|
glide-compiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glideCompiler" }
|
||||||
zjupure-webpdecoder = { module = "com.github.zjupure:webpdecoder", version.ref = "zjupureWebpdecoder" }
|
zjupure-webpdecoder = { module = "com.github.zjupure:webpdecoder", version.ref = "zjupureWebpdecoder" }
|
||||||
picasso = { module = "com.squareup.picasso:picasso", version.ref = "picasso" }
|
picasso = { module = "com.squareup.picasso:picasso", version.ref = "picasso" }
|
||||||
|
avif-integration = { group = "com.github.bumptech.glide", name = "avif-integration", version.ref = "glideCompiler" }
|
||||||
[bundles]
|
[bundles]
|
||||||
room = [
|
room = [
|
||||||
"androidx-room-ktx",
|
"androidx-room-ktx",
|
||||||
|
|
Loading…
Reference in a new issue