Merge pull request #5872 from element-hq/renovate/net.zetetic-sqlcipher-android-4.x

fix(deps): update dependency net.zetetic:sqlcipher-android to v4.12.0
This commit is contained in:
ganfra 2025-12-10 11:41:11 +01:00 committed by GitHub
commit 6ddb1ecd75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ matrix_richtexteditor_compose = { module = "io.element.android:wysiwyg-compose",
sqldelight-driver-android = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
sqldelight-driver-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
sqlcipher = "net.zetetic:sqlcipher-android:4.11.0"
sqlcipher = "net.zetetic:sqlcipher-android:4.12.0"
sqlite = "androidx.sqlite:sqlite-ktx:2.6.2"
unifiedpush = "org.unifiedpush.android:connector:3.1.2"
vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"