From 82a013c23ece039b09409b5d60bdf6c700cc7515 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Wed, 19 Jan 2022 18:27:30 +0100 Subject: [PATCH] SDK Update --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index d6a747f18..2044ecf77 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git" def all_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '~> 5.1.0-alpha.75+d4a0bd2' + pod 'linphone-sdk', '~> 5.1.0-beta.67+d777941e' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end