From 907943e9b962c65f9a2e00c935dc57a22daf5355 Mon Sep 17 00:00:00 2001 From: Arnfried Griesert Date: Fri, 29 Sep 2023 05:25:41 +0200 Subject: [PATCH] Updated sdk in podfile to 0.27.2_bwi_beta --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 75e170560..f00cbd728 100644 --- a/Podfile +++ b/Podfile @@ -43,7 +43,7 @@ when String # specific MatrixSDK released version $matrixSDKVersionSpec = $matrixSDKVersion end -$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.10.0_rc2' } +$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.27.2_bwi_beta' } # Method to import the MatrixSDK def import_MatrixSDK