Skip to content

Commit

Permalink
Release Yandex Adapter 4.3.3 supports SDK 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samirarassas2 committed Jul 28, 2024
1 parent bfd4810 commit 5f4c820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adapters/Yandex/ISYandexAdapter/ISYandexAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import <IronSource/ISBaseAdapter+Internal.h>
#import <IronSource/IronSource.h>

static NSString * const YandexAdapterVersion = @"4.3.2";
static NSString * const YandexAdapterVersion = @"4.3.3";
static NSString * Githash = @"";

//System Frameworks For Yandex Adapter
Expand Down
4 changes: 2 additions & 2 deletions Adapters/Yandex/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '13.0'
use_frameworks!

target 'ISYandexAdapter' do
pod 'IronSourceSDK','8.1.1.0'
pod 'YandexMobileAds','7.1.0.0'
pod 'IronSourceSDK','8.2.0.0'
pod 'YandexMobileAds','7.3.0.0'

end

0 comments on commit 5f4c820

Please sign in to comment.