Skip to content

Commit

Permalink
Yandex/7.10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Feb 14, 2025
1 parent 7e0854d commit 8a28d18
Show file tree
Hide file tree
Showing 3 changed files with 6 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.10.0.1'
s.version = '7.10.1.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
4 changes: 4 additions & 0 deletions Yandex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.10.1.0
* Certified with Yandex SDK 7.10.1.
* Updated minimum Xcode requirement to 16.0 to match Yandex SDK.

## 7.10.0.1
* Corrected certification for Yandex SDK 7.10.0.

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.10.0.1"
#define ADAPTER_VERSION @"7.10.1.0"

#define TITLE_LABEL_TAG 1
#define MEDIA_VIEW_CONTAINER_TAG 2
Expand Down

0 comments on commit 8a28d18

Please # to comment.