Skip to content

Commit

Permalink
Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [org.matrix.rustcomponents:crypto-android](https://github.com/matrix-org/matrix-rust-components-kotlin) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/matrix-org/matrix-rust-components-kotlin/releases)
- [Commits](matrix-org/matrix-rust-components-kotlin@crypto-v0.5.0...crypto-v0.6.0)

---
updated-dependencies:
- dependency-name: org.matrix.rustcomponents:crypto-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 8529813 commit 508c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ dependencies {

implementation libs.google.phonenumber

implementation("org.matrix.rustcomponents:crypto-android:0.5.0")
implementation("org.matrix.rustcomponents:crypto-android:0.6.0")
// api project(":library:rustCrypto")

testImplementation libs.tests.junit
Expand Down

0 comments on commit 508c4d0

Please sign in to comment.