From 0464086c5d6d1bc8ced58a9dd3e77d48a6e173b0 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 30 Aug 2022 07:11:26 -0700 Subject: [PATCH] Yandex/5.2.1.0 --- Yandex/AppLovinMediationYandexAdapter.podspec | 4 ++-- Yandex/CHANGELOG.md | 3 +++ Yandex/YandexAdapter/ALYandexMediationAdapter.m | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Yandex/AppLovinMediationYandexAdapter.podspec b/Yandex/AppLovinMediationYandexAdapter.podspec index 167daa55d2..4ffcb62dfd 100644 --- a/Yandex/AppLovinMediationYandexAdapter.podspec +++ b/Yandex/AppLovinMediationYandexAdapter.podspec @@ -5,7 +5,7 @@ s.authors = 'AppLovin Corporation' => 'devsupport@applovin.com' } s.name = 'AppLovinMediationYandexAdapter' -s.version = '5.2.0.0' +s.version = '5.2.1.0' s.platform = :ios, '10.0' s.summary = 'Yandex adapter used for mediation with the AppLovin MAX SDK' s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" @@ -29,7 +29,7 @@ s.source = s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" -s.dependency 'YandexMobileAds', '= 5.2.0' +s.dependency 'YandexMobileAds', '= 5.2.1' s.dependency 'AppLovinSDK' s.swift_version = '5.0' diff --git a/Yandex/CHANGELOG.md b/Yandex/CHANGELOG.md index 60bf1f2ad4..1a02af74ed 100644 --- a/Yandex/CHANGELOG.md +++ b/Yandex/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.2.1.0 +* Certified with Yandex SDK 5.2.1. + ## 5.2.0.0 * Certified with Yandex SDK 5.2.0. diff --git a/Yandex/YandexAdapter/ALYandexMediationAdapter.m b/Yandex/YandexAdapter/ALYandexMediationAdapter.m index 6abd70ebd5..dddffb9332 100644 --- a/Yandex/YandexAdapter/ALYandexMediationAdapter.m +++ b/Yandex/YandexAdapter/ALYandexMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALYandexMediationAdapter.h" #import -#define ADAPTER_VERSION @"5.2.0.0" +#define ADAPTER_VERSION @"5.2.1.0" /** * Dedicated delegate object for Yandex interstitial ads.