From 66d42a741b01ff9c1a34cb41fcfffc9462564235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:12:30 +0000 Subject: [PATCH] Bump org.matrix.rustcomponents:crypto-android from 26.1.22 to 26.1.23 Bumps [org.matrix.rustcomponents:crypto-android](https://github.com/matrix-org/matrix-rust-components-kotlin) from 26.1.22 to 26.1.23. - [Release notes](https://github.com/matrix-org/matrix-rust-components-kotlin/releases) - [Commits](https://github.com/matrix-org/matrix-rust-components-kotlin/compare/sdk-v26.01.22...crypto-v26.1.23) --- updated-dependencies: - dependency-name: org.matrix.rustcomponents:crypto-android dependency-version: 26.1.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- matrix-sdk-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 942aa6ecbba..5aacc816276 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation libs.google.phonenumber - implementation("org.matrix.rustcomponents:crypto-android:26.1.22") + implementation("org.matrix.rustcomponents:crypto-android:26.1.23") // api project(":library:rustCrypto") testImplementation libs.tests.junit