Skip to content

Commit

Permalink
Merge pull request #8554 from vector-im/feature/bca/bump_rust_sdk
Browse files Browse the repository at this point in the history
Bump rust sdk version to 0.3.10
  • Loading branch information
BillCarsonFr committed Jun 26, 2023
2 parents a065cd3 + 6ef9557 commit dfadc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8554.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update crypto rust sdk version to 0.3.10
2 changes: 1 addition & 1 deletion matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ dependencies {

implementation libs.google.phonenumber

rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.9")
rustCryptoImplementation("org.matrix.rustcomponents:crypto-android:0.3.10")
// rustCryptoApi project(":library:rustCrypto")

testImplementation libs.tests.junit
Expand Down

0 comments on commit dfadc8e

Please sign in to comment.