Skip to content

Commit

Permalink
Merge pull request #1767 from matrix-org/andy/crypto_version
Browse files Browse the repository at this point in the history
Update Crypto SDK
  • Loading branch information
Anderas authored Apr 13, 2023
2 parents 5e21f59 + f1c172f commit 10afb1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
ss.dependency 'OLMKit', '~> 3.2.5'
ss.dependency 'Realm', '10.27.0'
ss.dependency 'libbase58', '~> 0.1.4'
ss.dependency 'MatrixSDKCrypto', '0.3.3', :configurations => ["DEBUG", "RELEASE"], :inhibit_warnings => true
ss.dependency 'MatrixSDKCrypto', '0.3.4', :configurations => ["DEBUG", "RELEASE"], :inhibit_warnings => true
end

s.subspec 'JingleCallStack' do |ss|
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract_target 'MatrixSDK' do

pod 'Realm', '10.27.0'
pod 'libbase58', '~> 0.1.4'
pod 'MatrixSDKCrypto', "0.3.3", :inhibit_warnings => true
pod 'MatrixSDKCrypto', "0.3.4", :inhibit_warnings => true

target 'MatrixSDK-iOS' do
platform :ios, '11.0'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PODS:
- AFNetworking/NSURLSession
- GZIP (1.3.0)
- libbase58 (0.1.4)
- MatrixSDKCrypto (0.3.3)
- MatrixSDKCrypto (0.3.4)
- OHHTTPStubs (9.1.0):
- OHHTTPStubs/Default (= 9.1.0)
- OHHTTPStubs/Core (9.1.0)
Expand Down Expand Up @@ -44,7 +44,7 @@ DEPENDENCIES:
- AFNetworking (~> 4.0.0)
- GZIP (~> 1.3.0)
- libbase58 (~> 0.1.4)
- MatrixSDKCrypto (= 0.3.3)
- MatrixSDKCrypto (= 0.3.4)
- OHHTTPStubs (~> 9.1.0)
- OLMKit (~> 3.2.5)
- Realm (= 10.27.0)
Expand All @@ -65,12 +65,12 @@ SPEC CHECKSUMS:
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
MatrixSDKCrypto: 427dbb126a3e3f97cadf9fc407abf17d365b4b39
MatrixSDKCrypto: ac805c22c24f79f349cdbfa065855c73a4c81b51
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
OLMKit: da115f16582e47626616874e20f7bb92222c7a51
Realm: 9ca328bd7e700cc19703799785e37f77d1a130f2
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82

PODFILE CHECKSUM: 174732d03c56adfa101fc7fcd2d573723820fcf4
PODFILE CHECKSUM: 5c78f80c2f45525f29deaa0fc5455b81552ee632

COCOAPODS: 1.11.3
1 change: 1 addition & 0 deletions changelog.d/pr-1767.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Crypto: Update Crypto SDK

0 comments on commit 10afb1b

Please sign in to comment.