From cf6ed6241eb53d609a9f94c243bdb5343b8c9f83 Mon Sep 17 00:00:00 2001 From: Frank Rotermund Date: Fri, 20 Jan 2023 16:02:22 +0100 Subject: [PATCH] MESSENGER-4073 fix version of html formatter package --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 9bd443e78..12483c182 100644 --- a/Podfile +++ b/Podfile @@ -55,7 +55,7 @@ end def import_MatrixKit_pods pod 'libPhoneNumber-iOS', '~> 0.9.13' - pod 'DTCoreText', '~> 1.6.25' + pod 'DTCoreText', '1.6.26' #pod 'DTCoreText/Extension', '~> 1.6.25' pod 'Down', '~> 0.11.0' end