From 6aeca83ac0322b09c6b6f0d100406f2bf779b2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 23:12:26 +0000 Subject: [PATCH] Bump org.matrix.rustcomponents:crypto-android from 26.1.22 to 26.1.28 Bumps [org.matrix.rustcomponents:crypto-android](https://github.com/matrix-org/matrix-rust-components-kotlin) from 26.1.22 to 26.1.28. - [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.28) --- updated-dependencies: - dependency-name: org.matrix.rustcomponents:crypto-android dependency-version: 26.1.28 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..f1e3f30e978 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.28") // api project(":library:rustCrypto") testImplementation libs.tests.junit