SDK 5.2.0-alpha.153+9c69668a

This commit is contained in:
Christophe Deschamps 2022-05-11 09:50:12 +02:00
parent 2264103eee
commit 8c8825790d

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.2.0-alpha.149+074802f6'
pod 'linphone-sdk', '5.2.0-alpha.153+9c69668a'
else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end