From 758e1af136adcf29bfc2739e605af719339c5503 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 29 May 2024 12:13:55 +0300 Subject: [PATCH] Bump the Crypto version in the podspec as well --- MatrixSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatrixSDK.podspec b/MatrixSDK.podspec index cdad34df9..65fdb01fa 100644 --- a/MatrixSDK.podspec +++ b/MatrixSDK.podspec @@ -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.4.1', :configurations => ["DEBUG", "RELEASE"], :inhibit_warnings => true + ss.dependency 'MatrixSDKCrypto', '0.4.2', :configurations => ["DEBUG", "RELEASE"], :inhibit_warnings => true end s.subspec 'JingleCallStack' do |ss|