Extract library version number

This commit is contained in:
Naveen Singh 2024-09-09 14:16:21 +05:30
parent 891e5e2a80
commit 22b0cdfd2b
No known key found for this signature in database
GPG key ID: 35F7D64346B28ED7

View file

@ -21,6 +21,7 @@ apng = "2.28.0"
awebp = "2.28.0"
glideCompiler = "4.16.0"
zjupureWebpdecoder = "2.6.4.16.0"
jxlDecoder = "2.2.0"
gestureviews = "e706487a14"
androidsvgAar = "1.4"
imagefilters = "1.0.7"
@ -69,7 +70,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 = "2.2.0" }
jxl-integration = { group = "io.github.awxkee", name = "jxl-coder-glide", version.ref = "jxlDecoder" }
[bundles]
room = [
"androidx-room-ktx",