SDK update to 5.3.86

This commit is contained in:
Christophe Deschamps 2024-10-02 10:38:29 +02:00
parent e712f37d15
commit c605914d80

View file

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