From 8c8825790d437c2b797387cd0aa11044edfb4435 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Wed, 11 May 2022 09:50:12 +0200 Subject: [PATCH] SDK 5.2.0-alpha.153+9c69668a --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index f8a427711..9eac562db 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.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