Skip to content

Commit

Permalink
Yandex/7.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Dec 18, 2024
1 parent 371ad19 commit 6da8ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Yandex/AppLovinMediationYandexAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions Yandex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion Yandex/YandexAdapter/ALYandexMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "ALYandexMediationAdapter.h"
#import <YandexMobileAds/YandexMobileAds.h>

#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
Expand Down

0 comments on commit 6da8ef0

Please sign in to comment.