From 36605766b8ccfd469919ee43ec3fbe61a0010558 Mon Sep 17 00:00:00 2001 From: Andrey Bondarenko Date: Sat, 9 Oct 2021 16:05:26 +1000 Subject: [PATCH] update SDK --- react-native-appmetrica-next.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-appmetrica-next.podspec b/react-native-appmetrica-next.podspec index ff33406..f30aae5 100644 --- a/react-native-appmetrica-next.podspec +++ b/react-native-appmetrica-next.podspec @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - s.dependency 'YandexMobileMetrica', '3.12.0' - s.dependency 'YandexMobileMetricaPush', '0.8.0' + s.dependency 'YandexMobileMetrica', '4.0.0' + s.dependency 'YandexMobileMetricaPush', '1.1.1' end