Skip to content

Commit

Permalink
Release UnityAds Adapter 4.3.42 supports SDK 4.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samirarassas2 committed Aug 7, 2024
1 parent aabbf21 commit 34b3a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adapters/UnityAds/ISUnityAdsAdapter/ISUnityAdsAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <IronSource/ISBaseAdapter+Internal.h>
#import <IronSource/IronSource.h>

static NSString * const UnityAdsAdapterVersion = @"4.3.41";
static NSString * const UnityAdsAdapterVersion = @"4.3.42";
static NSString * Githash = @"";

//System Frameworks For UnityAds Adapter
Expand Down
4 changes: 2 additions & 2 deletions Adapters/UnityAds/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform :ios, '12.0'
use_frameworks!
target 'ISUnityAdsAdapter' do
pod 'IronSourceSDK','8.1.1.0'
pod 'UnityAds','4.12.1'
pod 'IronSourceSDK','8.2.0.0'
pod 'UnityAds','4.12.2'

end

0 comments on commit 34b3a53

Please sign in to comment.