From c605914d80c9ee8a2dd830a3193d65a032a5ee7c Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Wed, 2 Oct 2024 10:38:29 +0200 Subject: [PATCH] SDK update to 5.3.86 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 9ecc2f4c2..9af96050b 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.3.83' + pod 'linphone-sdk', '~>5.3.86' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end