Drop JXL support (temporarily)

Closes https://github.com/FossifyOrg/Gallery/issues/301

Should be added back once https://github.com/awxkee/jxl-coder-glide/issues/4 is resolved.
This commit is contained in:
Naveen Singh 2024-09-24 18:57:07 +05:30
parent ac8f912efb
commit 85f5f43b29
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 0 additions and 3 deletions

View file

@ -120,7 +120,6 @@ 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

@ -21,7 +21,6 @@ apng = "2.28.0"
awebp = "2.28.0"
glideCompiler = "4.16.0"
zjupureWebpdecoder = "2.6.4.16.0"
jxlDecoder = "2.3.0"
gestureviews = "e706487a14"
androidsvgAar = "1.4"
androidphotofilters = "193f2ae509"
@ -70,7 +69,6 @@ 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",