From 4f1b96f506731e8ffe07db43ab165a47f5cdb04c Mon Sep 17 00:00:00 2001 From: Martin Yankov Date: Thu, 10 Oct 2019 11:21:44 +0300 Subject: [PATCH] feat(): update material components dependency to 92.3 --- tns-core-modules/platforms/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/platforms/ios/Podfile b/tns-core-modules/platforms/ios/Podfile index 6c71dc9ffa..8bdf3a050d 100644 --- a/tns-core-modules/platforms/ios/Podfile +++ b/tns-core-modules/platforms/ios/Podfile @@ -1,4 +1,4 @@ platform :ios, '9.0' use_frameworks! -pod 'MaterialComponents/Tabs', '~> 84.4' \ No newline at end of file +pod 'MaterialComponents/Tabs', '~> 92.3' \ No newline at end of file