From 6da8ef01f02bbb1b29483661b3782c0d5052dd4d Mon Sep 17 00:00:00 2001 From: AppLovin-Mobile-Engineering Date: Wed, 18 Dec 2024 08:43:09 -0800 Subject: [PATCH] Yandex/7.8.0.0 --- Yandex/AppLovinMediationYandexAdapter.podspec | 2 +- Yandex/CHANGELOG.md | 3 +++ Yandex/YandexAdapter/ALYandexMediationAdapter.m | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Yandex/AppLovinMediationYandexAdapter.podspec b/Yandex/AppLovinMediationYandexAdapter.podspec index ac7d65fe09..dd55f1e3e5 100644 --- a/Yandex/AppLovinMediationYandexAdapter.podspec +++ b/Yandex/AppLovinMediationYandexAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationYandexAdapter' -s.version = '7.5.0.3' +s.version = '7.8.0.0' s.platform = :ios, '13.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" diff --git a/Yandex/CHANGELOG.md b/Yandex/CHANGELOG.md index cdeb0d53c9..5821885b2c 100644 --- a/Yandex/CHANGELOG.md +++ b/Yandex/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.8.0.0 +* Certified with Yandex SDK 7.8.0. + ## 7.5.0.3 * Add support for native ads in external plugins (e.g. React Native / Flutter). diff --git a/Yandex/YandexAdapter/ALYandexMediationAdapter.m b/Yandex/YandexAdapter/ALYandexMediationAdapter.m index 4c79b623a7..d2464d9d93 100644 --- a/Yandex/YandexAdapter/ALYandexMediationAdapter.m +++ b/Yandex/YandexAdapter/ALYandexMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALYandexMediationAdapter.h" #import -#define ADAPTER_VERSION @"7.5.0.3" +#define ADAPTER_VERSION @"7.8.0.0" #define TITLE_LABEL_TAG 1 #define MEDIA_VIEW_CONTAINER_TAG 2