From 866c2b024b54e62a475f235ce7f29babf5085c49 Mon Sep 17 00:00:00 2001 From: Martin Yankov Date: Thu, 10 Oct 2019 14:36:06 +0300 Subject: [PATCH] feat(): update material components dependency to 92.3 (#7936) --- 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 6c71dc9ff..8bdf3a050 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