Add back JPEG XL support

Closes https://github.com/FossifyOrg/Gallery/issues/3
This commit is contained in:
Naveen Singh 2024-09-25 22:30:21 +05:30
parent 8b65aec0f1
commit 9b93b62f00
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 3 additions and 0 deletions

View file

@ -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")

View file

@ -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",