Skip to content

Commit

Permalink
Merge pull request #8960 from element-hq/feature/valere/bump_rust_sdk…
Browse files Browse the repository at this point in the history
…_0.6.0

Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0
  • Loading branch information
bmarty authored Dec 20, 2024
2 parents 8529813 + e8f9566 commit edfd446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8960.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0 based on matrix-sdk-crypto-0.9.0
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 edfd446

Please sign in to comment.