mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-21 20:18:01 +01:00
Add back JPEG XL support
Closes https://github.com/FossifyOrg/Gallery/issues/3
This commit is contained in:
parent
8b65aec0f1
commit
9b93b62f00
2 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,7 @@ dependencies {
|
|||
implementation(libs.awebp)
|
||||
implementation(libs.apng)
|
||||
implementation(libs.avif.integration)
|
||||
implementation(libs.jxl.integration)
|
||||
implementation(libs.okio)
|
||||
implementation(libs.picasso) {
|
||||
exclude(group = "com.squareup.okhttp3", module = "okhttp")
|
||||
|
|
|
@ -23,6 +23,7 @@ apng = "2.28.0"
|
|||
awebp = "2.28.0"
|
||||
glideCompiler = "4.16.0"
|
||||
zjupureWebpdecoder = "2.6.4.16.0"
|
||||
jxlDecoder = "2.3.0.1"
|
||||
gestureviews = "e706487a14"
|
||||
androidsvgAar = "1.4"
|
||||
androidphotofilters = "193f2ae509"
|
||||
|
@ -71,6 +72,7 @@ glide-compiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glid
|
|||
zjupure-webpdecoder = { module = "com.github.zjupure:webpdecoder", version.ref = "zjupureWebpdecoder" }
|
||||
picasso = { module = "com.squareup.picasso:picasso", version.ref = "picasso" }
|
||||
avif-integration = { group = "com.github.bumptech.glide", name = "avif-integration", version.ref = "glideCompiler" }
|
||||
jxl-integration = { group = "io.github.awxkee", name = "jxl-coder-glide", version.ref = "jxlDecoder" }
|
||||
[bundles]
|
||||
room = [
|
||||
"androidx-room-ktx",
|
||||
|
|
Loading…
Reference in a new issue