From fd874f195fd26daa7caf480647938b4458515e3d Mon Sep 17 00:00:00 2001 From: Jeroen Verbeek <> Date: Thu, 15 Dec 2022 11:50:57 -0800 Subject: [PATCH] Update to SDK 2.5.5 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index c6cc672..2a2b29b 100644 --- a/Podfile +++ b/Podfile @@ -6,6 +6,6 @@ target 'TapResearchDemo' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! - pod 'TapResearch', '2.5.3' + pod 'TapResearch', '2.5.5' end