fix(deps): update dependency com.google.zxing:core to v3.5.4 (#5935)

* fix(deps): update dependency com.google.zxing:core to v3.5.4

* We are not targetting API 24+ so it should be fine to use the last version

* Update screenshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoitm@element.io>
Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
renovate[bot]
2025-12-19 14:15:55 +01:00
committed by GitHub
parent f0ff97e4cf
commit 96b67cefa4
2 changed files with 3 additions and 4 deletions

View File

@@ -211,8 +211,7 @@ maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.2"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.2"
opusencoder = "io.element.android:opusencoder:1.2.0"
zxing_cpp = "io.github.zxing-cpp:android:2.3.0"
# Stick to 3.3.3 because of https://github.com/zxing/zxing/issues/1170
google_zxing = "com.google.zxing:core:3.3.3"
google_zxing = "com.google.zxing:core:3.5.4"
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze_materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }