update sdk to 4.5.0

This commit is contained in:
Danmei Chen 2020-06-26 15:26:53 +02:00
parent 4bf9105c30
commit 1492e59dca

View file

@ -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