From ba1a64925fc296cc83eaa5c95d5d5d96063ea0e4 Mon Sep 17 00:00:00 2001 From: Arnfried Griesert Date: Tue, 3 May 2022 12:57:56 +0200 Subject: [PATCH] set sdk version in podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index d686f03c3..e92bbd379 100644 --- a/Podfile +++ b/Podfile @@ -41,7 +41,7 @@ $matrixSDKVersionSpec = $matrixSDKVersion end -$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/ios-matrix-sdk', :tag => 'v0.22.1.1_bwi' } +$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/ios-matrix-sdk', :tag => 'v0.23.1_bwi' } # Method to import the MatrixSDK def import_MatrixSDK