From 1492e59dca1c48a7e7799e763cbf934b88596272 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Fri, 26 Jun 2020 15:26:53 +0200 Subject: [PATCH] update sdk to 4.5.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index beb3366b5..cebfba85f 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', '4.4.3' + pod 'linphone-sdk', '~> 4.5.0-beta' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end